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: |