diff options
author | Raymond Hettinger <python@rcn.com> | 2011-03-15 22:06:09 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-03-15 22:06:09 (GMT) |
commit | f932f747e6242c7de88864798e845135d9d981c9 (patch) | |
tree | 7bce3b5b13e6e27e029620c9c2699a09122f578d | |
parent | 0661e91feda0757c10c8b3bf3fa047b7d3e50444 (diff) | |
download | cpython-f932f747e6242c7de88864798e845135d9d981c9.zip cpython-f932f747e6242c7de88864798e845135d9d981c9.tar.gz cpython-f932f747e6242c7de88864798e845135d9d981c9.tar.bz2 |
whitespace fix
-rw-r--r-- | Lib/test/test_peepholer.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 disassemble(func): def dis_single(line): return disassemble(compile(line, '', 'single')) + class TestTranforms(unittest.TestCase): def test_unot(self): |