Kaydet (Commit) ccd64052 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

this main is much more useful

üst e36199b4
...@@ -306,6 +306,5 @@ def interact(banner=None, readfunc=None, local=None): ...@@ -306,6 +306,5 @@ def interact(banner=None, readfunc=None, local=None):
console.interact(banner) console.interact(banner)
if __name__ == '__main__': if __name__ == "__main__":
import pdb interact()
pdb.run("interact()\n")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment