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

Remove unnecessary pass statement

This commit is contained in:
Mike Naberezny 2014-01-25 20:26:02 -08:00
parent 6e1ef339a2
commit a72b1aae60

View File

@ -758,7 +758,6 @@ def main(args=None):
c.cmdloop()
except KeyboardInterrupt:
c._output('')
pass
if __name__ == "__main__":
main()