Remove some get_defined_names methods, that are not needed anymore.

This commit is contained in:
Dave Halter
2014-07-03 12:12:50 +02:00
parent 1fd7acef7a
commit 22e5574a91
4 changed files with 9 additions and 28 deletions

View File

@@ -62,5 +62,5 @@ def test_string_literals():
assert typ('b""') == 'bytes'
assert typ('u""') == 'str'
else:
assert typ('b""') == 'string'
assert typ('b""') == 'str'
assert typ('u""') == 'unicode'