diff options
Diffstat (limited to 'Lib/idlelib/idle')
-rwxr-xr-x | Lib/idlelib/idle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Lib/idlelib/idle b/Lib/idlelib/idle index 2a85497..8638a16 100755 --- a/Lib/idlelib/idle +++ b/Lib/idlelib/idle @@ -1,12 +1,4 @@ #! /usr/bin/env python -import os -import sys -from idlelib import IdleConf - -idle_dir = os.path.dirname(IdleConf.__file__) -IdleConf.load(idle_dir) - -# defer importing Pyshell until IdleConf is loaded -from idlelib import PyShell +import PyShell PyShell.main() |