diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-02-23 18:48:52 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-02-23 18:48:52 (GMT) |
commit | e457f0d220a711c396d22fe7912d7bd620fedbc3 (patch) | |
tree | 4214f1f2eab16feea2d1cd80ba607c4c6419bb00 /Lib/lib2to3/__main__.py | |
parent | e1ea8298c6a13b640f3bf7ae5d6ce05e696adf0e (diff) | |
download | cpython-e457f0d220a711c396d22fe7912d7bd620fedbc3.zip cpython-e457f0d220a711c396d22fe7912d7bd620fedbc3.tar.gz cpython-e457f0d220a711c396d22fe7912d7bd620fedbc3.tar.bz2 |
Revert r88503 as Benjamin's request.
Diffstat (limited to 'Lib/lib2to3/__main__.py')
-rw-r--r-- | Lib/lib2to3/__main__.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/lib2to3/__main__.py b/Lib/lib2to3/__main__.py deleted file mode 100644 index 80688ba..0000000 --- a/Lib/lib2to3/__main__.py +++ /dev/null @@ -1,4 +0,0 @@ -import sys -from .main import main - -sys.exit(main("lib2to3.fixes")) |