OILS / devtools / py_refactor.py View on Github | oilshell.org

11 lines, 3 significant
1#!/usr/bin/env python3
2
3# Hm deprecation warning, may not parse Python 3.10. That's OK for us.
4
5import sys
6from lib2to3.main import main
7
8#print(sys.path)
9
10# devtools/fixes/ package
11sys.exit(main(".fixes"))