Kaydet (Commit) b1ccc4d4 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst f4152c32
...@@ -116,7 +116,7 @@ class CompilerTest(unittest.TestCase): ...@@ -116,7 +116,7 @@ class CompilerTest(unittest.TestCase):
exec c in dct exec c in dct
self.assertEquals(dct.get('result'), 3) self.assertEquals(dct.get('result'), 3)
NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard) NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
############################################################################### ###############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment