summaryrefslogtreecommitdiff
path: root/django/core/handlers/modpython.py
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-12-02 02:22:19 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-12-02 02:22:19 +0000
commitc882d7c99c94a7806eceb032b79b67a82e590f21 (patch)
treee0aa74a0a2bc6c9e4c5869c878738bc880ecc834 /django/core/handlers/modpython.py
parent1921554b2bca5de7efe9e52c25a9d16c1cef22f4 (diff)
Re-organized imports in handler modules to adhere to Django coding style.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/core/handlers/modpython.py')
-rw-r--r--django/core/handlers/modpython.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/django/core/handlers/modpython.py b/django/core/handlers/modpython.py
index e81a65be4d..ebf79295e0 100644
--- a/django/core/handlers/modpython.py
+++ b/django/core/handlers/modpython.py
@@ -1,11 +1,12 @@
-from django.core.handlers.base import BaseHandler
+import os
+from pprint import pformat
+
+from django import http
from django.core import signals
+from django.core.handlers.base import BaseHandler
from django.dispatch import dispatcher
from django.utils import datastructures
from django.utils.encoding import force_unicode
-from django import http
-from pprint import pformat
-import os
# NOTE: do *not* import settings (or any module which eventually imports
# settings) until after ModPythonHandler has been called; otherwise os.environ