summaryrefslogtreecommitdiff
path: root/chimere/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/urls.py')
-rw-r--r--chimere/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/chimere/urls.py b/chimere/urls.py
index 0959b18..c065393 100644
--- a/chimere/urls.py
+++ b/chimere/urls.py
@@ -59,5 +59,3 @@ urlpatterns += patterns('chimere.views',
urlpatterns += patterns('chimere.views',
url(r'^(?P<area_name>\w+)?', 'index', name="index"),
)
-
-