1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-11-19 21:31:59 +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() c.cmdloop()
except KeyboardInterrupt: except KeyboardInterrupt:
c._output('') c._output('')
pass
if __name__ == "__main__": if __name__ == "__main__":
main() main()