commit | f932f747e6242c7de88864798e845135d9d981c9 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 15 15:06:09 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 15 15:06:09 2011 -0700 |
tree | 7bce3b5b13e6e27e029620c9c2699a09122f578d | |
parent | 0661e91feda0757c10c8b3bf3fa047b7d3e50444 [diff] [blame] |
whitespace fix
diff --git a/Lib/test/test_peepholer.py b/Lib/test/test_peepholer.py index a40b4b7..bab4c1e 100644 --- a/Lib/test/test_peepholer.py +++ b/Lib/test/test_peepholer.py
@@ -19,6 +19,7 @@ def dis_single(line): return disassemble(compile(line, '', 'single')) + class TestTranforms(unittest.TestCase): def test_unot(self):