]> granicus.if.org Git - python/commit
IDLE was relying on implicit relative imports which have gone away in
authorBrett Cannon <brett@python.org>
Sun, 15 Apr 2012 00:44:23 +0000 (20:44 -0400)
committerBrett Cannon <brett@python.org>
Sun, 15 Apr 2012 00:44:23 +0000 (20:44 -0400)
commitaef82d3d1ed9456fe973b667441849e53e1b7ba1
tree31fdadf9776ea891abc53adee46956af6ca5d46d
parent44590e47867e5a1943a6a197f188d8e82e8b3b56
IDLE was relying on implicit relative imports which have gone away in
Python 3.3 thanks to importlib finishing the work in PEP 328 that
accidently got carried forward.
Lib/idlelib/EditorWindow.py