--- a/web/views/urlpublishing.py Fri Sep 03 15:42:14 2010 +0200
+++ b/web/views/urlpublishing.py Mon Sep 06 19:37:12 2010 +0200
@@ -120,6 +120,7 @@
self.urlpublisher = urlpublisher
self.vreg = urlpublisher.vreg
+
class RawPathEvaluator(URLPathEvaluator):
"""handle path of the form::
--- a/web/views/urlrewrite.py Fri Sep 03 15:42:14 2010 +0200
+++ b/web/views/urlrewrite.py Mon Sep 06 19:37:12 2010 +0200
@@ -24,7 +24,7 @@
def rgx(pattern, flags=0):
- """this is just a convenient shortcout to add the $ sign"""
+ """this is just a convenient shortcut to add the $ sign"""
return re.compile(pattern+'$', flags)
class metarewriter(type):