# HG changeset patch
# User dukebody <dukebody@gmail.com>
# Date 1255284954 -7200
# Node ID b0c90ac052ccca752847a716e7eebecc9b273ff7
# Parent  3a8e7acc026ab195c63cfcce26983b1ef3a989db
Fix mismatched parenthesis in the main urls definition.

diff -r 3a8e7acc026a -r b0c90ac052cc web/hgbook/urls.py
--- a/web/hgbook/urls.py	Thu Sep 10 14:52:11 2009 -0700
+++ b/web/hgbook/urls.py	Sun Oct 11 20:15:54 2009 +0200
@@ -18,7 +18,7 @@
     # Only uncomment this for local testing without Apache.
     # (r'^html/(?P<path>.*)$', 'django.views.static.serve',
     # {'document_root': os.path.realpath(os.path.dirname(
-    #    sys.modules[__name__].__file__) + '/../../en/html'),
+    #    sys.modules[__name__].__file__) + '/../../en/html')}),
 
     # Uncomment this for admin:
     (r'^admin/(.*)', admin.site.root),