scripts/install-dependencies.py

branch
eric7
changeset 10420
5ac83a87954d
parent 10341
3fdffd9cc21d
child 10439
21c28b0f9e41
equal deleted inserted replaced
10419:2fda68a9168d 10420:5ac83a87954d
16 16
17 def exit(rcode=0): 17 def exit(rcode=0):
18 """ 18 """
19 Exit the install script. 19 Exit the install script.
20 20
21 @param rcode result code to report back (integer) 21 @param rcode result code to report back
22 @type int
22 """ 23 """
23 print() 24 print()
24 25
25 if sys.platform.startswith(("win", "cygwin")): 26 if sys.platform.startswith(("win", "cygwin")):
26 with contextlib.suppress(EOFError): 27 with contextlib.suppress(EOFError):

eric ide

mercurial