commit | 6b5dbaa6c9a02f8c5e8ef4f16b2553285f509e96 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 20 08:22:21 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Feb 20 08:22:21 2009 +0000 |
tree | a0b73d946428e3b385ca2c9b478a2a4fed64437c | |
parent | 4a698721e6380320a0462ddc2fa4081f133245e6 [diff] [blame] |
At least separate imports from other statements.
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 6e0c815..62c9124 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst
@@ -99,7 +99,8 @@ # -*- coding: UTF-8 -*- # enable debugging - import cgitb; cgitb.enable() + import cgitb + cgitb.enable() print "Content-Type: text/plain;charset=utf-8" print