summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-03-15 22:06:09 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-03-15 22:06:09 (GMT)
commitf932f747e6242c7de88864798e845135d9d981c9 (patch)
tree7bce3b5b13e6e27e029620c9c2699a09122f578d
parent0661e91feda0757c10c8b3bf3fa047b7d3e50444 (diff)
downloadcpython-f932f747e6242c7de88864798e845135d9d981c9.zip
cpython-f932f747e6242c7de88864798e845135d9d981c9.tar.gz
cpython-f932f747e6242c7de88864798e845135d9d981c9.tar.bz2
whitespace fix
-rw-r--r--Lib/test/test_peepholer.py1
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):