diff options
Diffstat (limited to '')
-rw-r--r-- | helper.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/helper.py b/helper.py deleted file mode 100644 index 3ac8625..0000000 --- a/helper.py +++ /dev/null @@ -1,19 +0,0 @@ -import web -import os -import cStringIO - -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) - -def url (path): - return "\"%s\"" % web.url(path) - -def eur (c): - return "%s EUR" % c |