From: Raymond Hettinger Date: Tue, 15 Mar 2011 22:06:09 +0000 (-0700) Subject: whitespace fix X-Git-Tag: v3.3.0a1~2898^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f932f747e6242c7de88864798e845135d9d981c9;p=thirdparty%2FPython%2Fcpython.git whitespace fix --- diff --git a/Lib/test/test_peepholer.py b/Lib/test/test_peepholer.py index a40b4b7a01f5..bab4c1e5d9df 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):