every other ast object has a dict, so I think AST should, too

This commit is contained in:
Benjamin Peterson 2012-03-12 09:27:36 -07:00
parent 1f9a835400
commit d279e286f2
1 changed files with 0 additions and 3 deletions

View File

@ -195,9 +195,6 @@ class AST_Tests(unittest.TestCase):
with self.assertRaises(AttributeError):
x.vararg
with self.assertRaises(AttributeError):
x.foobar = 21
with self.assertRaises(AttributeError):
ast.AST(lineno=2)