Commit 003472a6 authored by Benjamin Peterson's avatar Benjamin Peterson

token.main is now token._main

parent 0beab058
...@@ -104,7 +104,7 @@ def main(): ...@@ -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()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment