Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25803f7

Browse files
committed
Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
1 parent 9f347ea commit 25803f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/scripts/2to3

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python
2-
from lib2to3.main import main
32
import sys
4-
import os
3+
from lib2to3.main import main
54

65
sys.exit(main("lib2to3.fixes"))

0 commit comments

Comments
 (0)