1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Fix restore_mode() signature on Windows. Refs #48

This commit is contained in:
Mike Naberezny 2021-12-26 16:20:26 -08:00
parent 73f68ff652
commit d86398e8f9

View File

@ -15,7 +15,7 @@ if sys.platform[:3] == "win":
""" noncanonical_mode is a no-op on Windows. """
return
def restore_mode(stdin):
def restore_mode():
""" restore_mode is a no-op on Windows. """
return