scripts/install-debugclients.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7637
c878e8255972
equal deleted inserted replaced
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

eric ide

mercurial