7626:7f643d41464e | 7628:f904d0eef264 |
---|---|
52 """ | 52 """ |
53 global currDir | 53 global currDir |
54 | 54 |
55 if sys.platform.startswith("win"): | 55 if sys.platform.startswith("win"): |
56 try: | 56 try: |
57 input("Press enter to continue...") | 57 input("Press enter to continue...") # secok |
58 except (EOFError, SyntaxError): | 58 except (EOFError, SyntaxError): |
59 pass | 59 pass |
60 | 60 |
61 os.chdir(currDir) | 61 os.chdir(currDir) |
62 | 62 |