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
new file mode 100644
index 0000000..910da0d
--- /dev/null
+++ b/helper.py
@@ -0,0 +1,4 @@
+import web
+
+def url (path):
+ return "\"%s\"" % web.url(path)