scripts/cleanupSource.py

branch
setup.py
changeset 6957
59927f5be64e
parent 6942
2602857055c5
child 7229
53054eb5b15a
diff -r ef3e87580dc9 -r 59927f5be64e scripts/cleanupSource.py
--- a/scripts/cleanupSource.py	Wed Apr 17 19:44:50 2019 +0200
+++ b/scripts/cleanupSource.py	Fri Apr 19 17:59:43 2019 +0200
@@ -57,7 +57,7 @@
     @param argv the list of command line arguments.
     """
     print("Cleaning up source ...")
-    sourceDir = os.path.dirname(__file__) or "."
+    sourceDir = os.path.dirname(os.path.dirname(__file__)) or "."
     cleanupSource(sourceDir)
     
     

eric ide

mercurial