mirror of https://github.com/python/cpython.git
remain symbol.main to symbol._main mirroring token.py
This commit is contained in:
parent
0c2e193179
commit
2fdedff213
|
@ -100,7 +100,7 @@
|
|||
sym_name[_value] = _name
|
||||
|
||||
|
||||
def main():
|
||||
def _main():
|
||||
import sys
|
||||
import token
|
||||
if len(sys.argv) == 1:
|
||||
|
@ -108,4 +108,4 @@ def main():
|
|||
token._main()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
_main()
|
||||
|
|
Loading…
Reference in New Issue