From 1804ddc061607c9f266800309fe4faa7b9fcb0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 20:48:06 +0200 Subject: Better screenshot page design --- helper.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helper.py') 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) -- cgit v1.2.3