Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ee3acff3
Commit
ee3acff3
authored
Sep 03, 2008
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 2to3 script from 2to3 trunk
parent
eb55fd8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Tools/scripts/2to3
Tools/scripts/2to3
+2
-3
No files found.
Tools/scripts/2to3
View file @
ee3acff3
#!/usr/bin/env python
from
lib2to3
import
refactor
from
lib2to3
.main
import
main
import
sys
import
os
fixers
=
os
.
path
.
join
(
os
.
path
.
dirname
(
refactor
.
__file__
),
"fixes"
)
sys
.
exit
(
refactor
.
main
(
fixers
))
sys
.
exit
(
main
(
"lib2to3.fixes"
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment