
python-checkins at python
Nov 5, 2009, 4:20 PM
Post #1 of 1
(63 views)
Permalink
|
|
r76131 - sandbox/trunk/2to3/lib2to3/tests/test_parser.py
|
|
Author: benjamin.peterson Date: Fri Nov 6 00:53:21 2009 New Revision: 76131 Log: import sys Modified: sandbox/trunk/2to3/lib2to3/tests/test_parser.py Modified: sandbox/trunk/2to3/lib2to3/tests/test_parser.py ============================================================================== --- sandbox/trunk/2to3/lib2to3/tests/test_parser.py (original) +++ sandbox/trunk/2to3/lib2to3/tests/test_parser.py Fri Nov 6 00:53:21 2009 @@ -13,6 +13,7 @@ # Python imports import os import io +import sys # Local imports from lib2to3.pgen2 import tokenize _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|