Source indentation
[webcomics.git] / manage.py
index 3e4eedc9ff5862c99e999b544a5b34c4e9af877a..b50edd786aea66e02476af6b8b6f9d1f400eb777 100644 (file)
--- a/manage.py
+++ b/manage.py
@@ -2,7 +2,7 @@
 from django.core.management import execute_manager
 import imp
 try:
-    imp.find_module('settings') # Assumed to be in the same directory.
+    imp.find_module('settings')  # Assumed to be in the same directory.
 except ImportError:
     import sys
     sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll have to run django-admin.py, passing it your settings module.\n" % __file__)