summaryrefslogtreecommitdiff
path: root/helper.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 20:48:06 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 20:48:06 +0200
commit1804ddc061607c9f266800309fe4faa7b9fcb0b4 (patch)
tree18a44efa91ffa6af8ed7f4835c3979f2e036533e /helper.py
parentc1a8a21928f0475e0623958b5fb65131996a1845 (diff)
downloadweb-1804ddc061607c9f266800309fe4faa7b9fcb0b4.tar.gz
web-1804ddc061607c9f266800309fe4faa7b9fcb0b4.tar.bz2
web-1804ddc061607c9f266800309fe4faa7b9fcb0b4.zip
Better screenshot page design
Diffstat (limited to 'helper.py')
-rw-r--r--helper.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/helper.py b/helper.py
index 552c526..7f97824 100644
--- a/helper.py
+++ b/helper.py
@@ -4,6 +4,10 @@ import Image
opj = os.path.join
+# some nice imports
+import itertools as it
+
+
APPDIR = os.path.dirname(os.path.abspath(__file__))
def appdir (*args):
return os.path.join(APPDIR, *args)