whitespace fix

This commit is contained in:
Raymond Hettinger 2011-03-15 15:06:09 -07:00
parent 0661e91fed
commit f932f747e6
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ def disassemble(func):
def dis_single(line):
return disassemble(compile(line, '', 'single'))
class TestTranforms(unittest.TestCase):
def test_unot(self):