changeset 126:8da14d503af8

Remove extra newline at end of urls.py
author dellsystem <ilostwaldo@gmail.com>
date Sat, 22 Sep 2012 11:09:13 -0400
parents 8aa8c6dd2b02
children de3a834691d4
files urls.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urls.py	Fri Sep 14 23:48:21 2012 -0400
+++ b/urls.py	Sat Sep 22 11:09:13 2012 -0400
@@ -48,4 +48,3 @@
                     (r'^static/(?P<path>.*)$', 'django.views.static.serve',
                     {'document_root': 'static/', 'show_indexes': True}),
                     )
-