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):
console.interact(banner)
if __name__ == '__main__':
import pdb
pdb.run("interact()\n")
if __name__ == "__main__":
interact()
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