summaryrefslogtreecommitdiff
path: root/examples/wsgi/run_wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wsgi/run_wsgi.py')
-rw-r--r--examples/wsgi/run_wsgi.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/wsgi/run_wsgi.py b/examples/wsgi/run_wsgi.py
index a98f6c6..a51a463 100644
--- a/examples/wsgi/run_wsgi.py
+++ b/examples/wsgi/run_wsgi.py
@@ -1,7 +1,12 @@
#!/usr/bin/python
-import cgi, re, os, posixpath, mimetypes
-from mako.lookup import TemplateLookup
+import cgi
+import mimetypes
+import os
+import posixpath
+import re
+
from mako import exceptions
+from mako.lookup import TemplateLookup
root = "./"
port = 8000