[z3-checkins] r41924 - z3/deliverance/DeliveranceVHoster/trunk/docs

ianb at codespeak.net ianb at codespeak.net
Fri Apr 6 00:32:22 CEST 2007


Author: ianb
Date: Fri Apr  6 00:32:21 2007
New Revision: 41924

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py
Log:
typo

Modified: z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py	Fri Apr  6 00:32:21 2007
@@ -26,7 +26,7 @@
     Also requires a ``default_theme_uri`` setting.
     """
     domain = domain_info.domain
-    regex = app_conf.get('domain_regex', r'^(.*)\.openplans\.org$')
+    domain_regex = app_conf.get('domain_regex', r'^(.*)\.openplans\.org$')
     match = re.search(domain_regex, domain, re.I)
     if not match:
         # Don't try to set up domains we don't recognize


More information about the z3-checkins mailing list