mirror of
https://github.com/python/cpython.git
synced 2025-12-07 09:47:28 +00:00
token.main is now token._main
This commit is contained in:
parent
0beab058dd
commit
003472a645
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ def main():
|
||||||
import token
|
import token
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
sys.argv = sys.argv + ["Include/graminit.h", "Lib/symbol.py"]
|
sys.argv = sys.argv + ["Include/graminit.h", "Lib/symbol.py"]
|
||||||
token.main()
|
token._main()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue