[Python-checkins] cpython: whitespace fix

raymond.hettinger python-checkins at python.org
Tue Mar 15 23:07:57 CET 2011


http://hg.python.org/cpython/rev/8974dfe987f6
changeset:   68566:8974dfe987f6
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Mar 15 15:06:09 2011 -0700
summary:
  whitespace fix

files:
  Lib/test/test_peepholer.py

diff --git a/Lib/test/test_peepholer.py b/Lib/test/test_peepholer.py
--- 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):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list