Issue #25523: Further a-to-an corrections new in 3.5.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:40:41 +02:00
parent a84f6c3dd3
commit f51d715845
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ class TestAsdlParser(unittest.TestCase):
def setUpClass(cls):
# Loads the asdl module dynamically, since it's not in a real importable
# package.
# Parses Python.asdl into a ast.Module and run the check on it.
# Parses Python.asdl into an ast.Module and run the check on it.
# There's no need to do this for each test method, hence setUpClass.
sys.path.insert(0, parser_dir)
loader = importlib.machinery.SourceFileLoader(