Commit 18b21020 authored by Chris McDonough's avatar Chris McDonough

Raw-ify a string with backslashes.

parent cfbc0914
......@@ -89,7 +89,7 @@ import sys
PYTHON = r'<<PYTHON>>'
SOFTWARE_HOME=r'<<SOFTWARE_HOME>>'
INSTANCE_HOME = r'<<INSTANCE_HOME>>'
ZOPE_RUN = '%s\Zope\Startup\run.py' % SOFTWARE_HOME
ZOPE_RUN = r'%s\Zope\Startup\run.py' % SOFTWARE_HOME
CONFIG_FILE= os.path.join(INSTANCE_HOME, 'etc', 'zope.conf')
sys.path.insert(0, SOFTWARE_HOME)
......
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