summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rwxr-xr-xipapython/setup.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index af814cbe6..3a4d126b1 100755
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -37,7 +37,8 @@ Operating System :: Unix
# BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
# update it when the contents of directories change.
-if os.path.exists('MANIFEST'): os.remove('MANIFEST')
+if os.path.exists('MANIFEST'):
+ os.remove('MANIFEST')
def setup_package():