summaryrefslogtreecommitdiff
path: root/helper.py
diff options
context:
space:
mode:
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)