mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
6 lines
101 B
Text
6 lines
101 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
import sys
|
||
|
|
from lib2to3.main import main
|
||
|
|
|
||
|
|
sys.exit(main("lib2to3.fixes"))
|