mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #25523: Further a-to-an corrections new in 3.5.
This commit is contained in:
parent
a84f6c3dd3
commit
f51d715845
4 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue