We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f347ea commit 25803f7Copy full SHA for 25803f7
1 file changed
Tools/scripts/2to3
@@ -1,6 +1,5 @@
1
#!/usr/bin/env python
2
-from lib2to3.main import main
3
import sys
4
-import os
+from lib2to3.main import main
5
6
sys.exit(main("lib2to3.fixes"))
0 commit comments