scripts/cleanupSource.py

branch
setup.py
changeset 6957
59927f5be64e
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
6951:ef3e87580dc9 6957:59927f5be64e
55 The main function of the script. 55 The main function of the script.
56 56
57 @param argv the list of command line arguments. 57 @param argv the list of command line arguments.
58 """ 58 """
59 print("Cleaning up source ...") 59 print("Cleaning up source ...")
60 sourceDir = os.path.dirname(__file__) or "." 60 sourceDir = os.path.dirname(os.path.dirname(__file__)) or "."
61 cleanupSource(sourceDir) 61 cleanupSource(sourceDir)
62 62
63 63
64 if __name__ == "__main__": 64 if __name__ == "__main__":
65 try: 65 try:

eric ide

mercurial