Commit 5e69e0f5 authored by 's avatar

*** empty log message ***

parent 9e54d6bb
......@@ -82,13 +82,13 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
__version__='$Revision: 1.9 $'[11:-2]
__version__='$Revision: 1.10 $'[11:-2]
# This allows ZPublisher to work with embedded interpreters
# that for some reason have no sys.argv (required by cgi.py).
import sys
if not hasattr(sys):
if not hasattr(sys, 'argv'):
sys.argv=[]
......
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