Author: Benjamin Peterson <benja...@python.org>
Branch: py3k
Changeset: r53526:03d0d3da721c
Date: 2012-03-13 18:14 -0500
http://bitbucket.org/pypy/pypy/changeset/03d0d3da721c/

Log:    kill extra ws

diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py 
b/pypy/interpreter/astcompiler/test/test_symtable.py
--- a/pypy/interpreter/astcompiler/test/test_symtable.py
+++ b/pypy/interpreter/astcompiler/test/test_symtable.py
@@ -305,7 +305,6 @@
         src = "nonlocal x"
         exc = py.test.raises(SyntaxError, self.func_scope, src).value
         assert exc.msg == "nonlocal declaration not allowed at module level"
-        
 
     def test_optimization(self):
         assert not self.mod_scope("").can_be_optimized
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to