Log message for revision 99033:
  Change indentation to reduce line length.

Changed:
  U   Zope/trunk/src/Zope2/utilities/mkzopeinstance.py

-=-
Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py
===================================================================
--- Zope/trunk/src/Zope2/utilities/mkzopeinstance.py    2009-04-09 14:24:24 UTC 
(rev 99032)
+++ Zope/trunk/src/Zope2/utilities/mkzopeinstance.py    2009-04-09 15:14:35 UTC 
(rev 99033)
@@ -201,7 +201,7 @@
     """ Get Zope2 path from selected Python interpreter.
     """
     p = os.popen('"%s" -c"import os, Zope2; '
-                 'print os.path.realpath(os.path.dirname(Zope2.__file__))"' % 
python)
+        'print os.path.realpath(os.path.dirname(Zope2.__file__))"' % python)
     try:
         return p.readline()[:-1]
     finally:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to