scripts/uninstall-debugclients.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7639
422fd05e9c91
equal deleted inserted replaced
7626:7f643d41464e 7628:f904d0eef264
33 """ 33 """
34 global currDir 34 global currDir
35 35
36 if sys.platform.startswith("win"): 36 if sys.platform.startswith("win"):
37 try: 37 try:
38 input("Press enter to continue...") 38 input("Press enter to continue...") # secok
39 except (EOFError, SyntaxError): 39 except (EOFError, SyntaxError):
40 pass 40 pass
41 41
42 os.chdir(currDir) 42 os.chdir(currDir)
43 43

eric ide

mercurial