This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
860e1a40cb
packages
/
lang
/
python
/
2to3
/
files
/
2to3.py
6 lines
94 B
Python
Raw
Blame
History
#! /usr/bin/python3
import
sys
from
lib2to3
.
main
import
main
sys
.
exit
(
main
(
"
lib2to3.fixes
"
)
)
Reference in New Issue
View Git Blame
Copy Permalink