mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
5 lines
104 B
Python
Executable file
5 lines
104 B
Python
Executable file
#!/usr/bin/env python
|
|
from lib2to3 import refactor
|
|
import sys
|
|
|
|
sys.exit(refactor.main("lib2to3/fixes"))
|