many pep8 improvements

This commit is contained in:
mdipierro
2012-10-19 12:33:53 -05:00
parent 71ec15190b
commit 6aa5edc7ff
117 changed files with 7160 additions and 5670 deletions
+3 -2
View File
@@ -102,8 +102,8 @@
routers = dict(
# base router
BASE = dict(
default_application = 'welcome',
BASE=dict(
default_application='welcome',
),
)
@@ -145,6 +145,7 @@ logging = 'debug'
# error_message = '<html><body><h1>%s</h1></body></html>'
# error_message_ticket = '<html><body><h1>Internal error</h1>Ticket issued: <a href="/admin/default/ticket/%(ticket)s" target="_blank">%(ticket)s</a></body></html>'
def __routes_doctest():
'''
Dummy function for doctesting routes.py.