mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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
|
||||
if len(sys.argv) == 1:
|
||||
sys.argv = sys.argv + ["Include/graminit.h", "Lib/symbol.py"]
|
||||
token.main()
|
||||
token._main()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue