File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /usr/bin/env python
1+ #!/usr/bin/python
22
33try :
44 import idlelib .PyShell
55 idlelib .PyShell .main ()
6- except :
6+ except ImportError :
77 # IDLE is not installed, but maybe PyShell is on sys.path:
88 import PyShell
99 PyShell .main ()
Original file line number Diff line number Diff line change 1- #! /usr/bin/env python
1+ #!/usr/bin/python
22
33try :
44 import idlelib .PyShell
55 idlelib .PyShell .main ()
6- except :
6+ except ImportError :
77 # IDLE is not installed, but maybe PyShell is on sys.path:
88 import PyShell
99 PyShell .main ()
Original file line number Diff line number Diff line change 1- #! /usr/bin/env python
1+ #!/usr/bin/python
22
33try :
44 import idlelib .PyShell
55 idlelib .PyShell .main ()
6- except :
6+ except ImportError :
77 # IDLE is not installed, but maybe PyShell is on sys.path:
88 import PyShell
99 PyShell .main ()
You can’t perform that action at this time.
0 commit comments