repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update output generated by test_scope
[python/dscho.git]
/
Lib
/
idlelib
/
idle.pyw
blob
71fdce56bb1e360afc06ea03ec943a5563e0f305
1
#! /usr/bin/env python
2
3
import
os
4
import
sys
5
import
IdleConf
6
7
idle_dir
=
os
.
path
.
split
(
sys
.
argv
[
0
])[
0
]
8
IdleConf
.
load
(
idle_dir
)
9
10
# defer importing Pyshell until IdleConf is loaded
11
import
PyShell
12
PyShell
.
main
()