[Python-checkins] r51118 - python/trunk/Lib/test/test_compiler.py

tim.peters python-checkins at python.org
Sat Aug 5 00:00:36 CEST 2006


Author: tim.peters
Date: Sat Aug  5 00:00:35 2006
New Revision: 51118

Modified:
   python/trunk/Lib/test/test_compiler.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_compiler.py
==============================================================================
--- python/trunk/Lib/test/test_compiler.py	(original)
+++ python/trunk/Lib/test/test_compiler.py	Sat Aug  5 00:00:35 2006
@@ -116,7 +116,7 @@
         exec c in dct
         self.assertEquals(dct.get('result'), 3)
 
-        
+
 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
 
 ###############################################################################


More information about the Python-checkins mailing list