Commit 2bf9a0b8 authored by Jim Fulton's avatar Jim Fulton

Guido says assigning to __debug__ is a no no.

parent 6bef5dd6
......@@ -482,8 +482,6 @@ try:
FCGI_PORT=v
elif o=='-M': DETAILED_LOG_FILE=v
__builtins__.__debug__=DEBUG
except SystemExit: sys.exit(0)
except:
print __doc__ % vars()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment