[Zope3-checkins] CVS: Zope3 - z3.py:1.8

Jeremy Hylton jeremy@zope.com
Mon, 25 Nov 2002 12:08:03 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv19871

Modified Files:
	z3.py 
Log Message:
Whitespace normalization.


=== Zope3/z3.py 1.7 => 1.8 ===
--- Zope3/z3.py:1.7	Mon Nov 25 12:07:32 2002
+++ Zope3/z3.py	Mon Nov 25 12:08:02 2002
@@ -38,8 +38,8 @@
     # setting python paths
     program = argv[0]
     here = os.path.join(os.getcwd(), os.path.split(program)[0])
-    libpython = os.path.join(here,'lib','python') 
-    sys.path=[libpython, here] + basepath
+    libpython = os.path.join(here, 'lib', 'python') 
+    sys.path = [libpython, here] + basepath
 
     # temp hack
     dir = os.getcwd()