[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Change indentation to reduce line length.

Stefan H. Holek stefan at epy.co.at
Thu Apr 9 11:14:35 EDT 2009


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:



More information about the Zope-Checkins mailing list