mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-16 18:05:47 +00:00
Fix restore_mode() signature on Windows. Refs #48
This commit is contained in:
parent
73f68ff652
commit
d86398e8f9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user