Issue #24225: Fix additional renamed module references.

This commit is contained in:
Ned Deily 2016-06-03 17:50:44 -07:00
parent fcbf1ca4f9
commit 622b2f6ec9
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#! /usr/bin/env python3
from idlelib.PyShell import main
from idlelib.pyshell import main
if __name__ == '__main__':
main()