Remove old base class for Nodes.

This commit is contained in:
Dave Halter
2014-10-09 13:33:42 +02:00
parent 92ee2a912e
commit aa75140f96
2 changed files with 1 additions and 28 deletions

View File

@@ -21,5 +21,3 @@ def test_basic_parsing():
compare('\na #pass\n')
compare('wblabla* 1\t\n')
compare('def x(a, b:3): pass\n')
assert False