Commit 235615d9 authored by Stefan H. Holek's avatar Stefan H. Holek

Change indentation to reduce line length.

parent 07dc4d49
......@@ -201,7 +201,7 @@ def get_zope2path(python):
""" 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:
......
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