summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-25 16:17:10 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-25 16:17:10 -0400
commitd830b1ab3d95f8598de98b2a97cfed7ed19c4175 (patch)
treeb110afb4bacc67cdbdb1cab6cbdc1512f20f99b9 /urls.py
parentea19e904c28e45cbfb8084c4a3ede4dfb55606e1 (diff)
downloadhyperkitty-d830b1ab3d95f8598de98b2a97cfed7ed19c4175.tar.gz
hyperkitty-d830b1ab3d95f8598de98b2a97cfed7ed19c4175.tar.xz
hyperkitty-d830b1ab3d95f8598de98b2a97cfed7ed19c4175.zip
Code Formatting
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 6c17fe3..5ee4a59 100644
--- a/urls.py
+++ b/urls.py
@@ -16,7 +16,7 @@ urlpatterns = patterns('',
# Index
url(r'^/$', 'views.pages.index', name='index'),
- url(r'^$', 'views.pages.index', name='index'),
+ url(r'^$', 'views.pages.index', name='index'),
# Archives
url(r'^archives/(?P<mlist_fqdn>.*@.*)/(?P<year>\d{4})/(?P<month>\d\d?)/(?P<day>\d\d?)/$',