mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #24225: Fix additional renamed module references.
This commit is contained in:
parent
fcbf1ca4f9
commit
622b2f6ec9
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
from idlelib.PyShell import main
|
||||
from idlelib.pyshell import main
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue