pvl/web/urls.py
changeset 438 d45fc43c6073
parent 437 5100b359906c
child 439 6a8ea0d363c1
--- a/pvl/web/urls.py	Tue Feb 24 12:47:09 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-from werkzeug.routing import Map, Rule
-
-# url_join
-from os.path import join 
-
-def rule (string, endpoint, **opts) :
-    return Rule(string, endpoint=endpoint, defaults=opts)
-