]> granicus.if.org Git - python/commitdiff
Defer all the work to idle.py, which has recently become too
authorGuido van Rossum <guido@python.org>
Mon, 6 Mar 2000 17:16:05 +0000 (17:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Mar 2000 17:16:05 +0000 (17:16 +0000)
complicated to copy in-line here.

Tools/idle/idle.pyw

index a1fc021aedc1c0aebe553133a2bb6f0804c9d059..79fe26fef5eb34106accf2de1585cc612536ae76 100644 (file)
@@ -1,6 +1,5 @@
 try:
-    import PyShell
-    PyShell.main()
+    import idle
 except SystemExit:
     raise
 except: