Use abspath for gallery.py's base path.
authorW. Trevor King <wking@tremily.us>
Sat, 7 Jul 2012 04:07:36 +0000 (00:07 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 7 Jul 2012 04:07:36 +0000 (00:07 -0400)
commit87deac3d909867c1c2f8718224d2f4e6e05b8d06
tree1b0d87f898f14036fbfaed65c88de89217105aa9
parent99f376f69472d36ba4654ca6ef404a149cf0ff89
Use abspath for gallery.py's base path.

Otherwise the base path is ignored when os.path.join() is used to
connect it with a URL that starts with a slash.
posts/gallery/gallery.py