Author: Antonio Cuni <anto.c...@gmail.com>
Branch: identity-dict-strategy
Changeset: r45807:23f86e47c147
Date: 2011-07-21 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/23f86e47c147/

Log:    kill empty line

diff --git a/pypy/objspace/std/test/test_identitydict.py 
b/pypy/objspace/std/test/test_identitydict.py
--- a/pypy/objspace/std/test/test_identitydict.py
+++ b/pypy/objspace/std/test/test_identitydict.py
@@ -131,6 +131,5 @@
     def test_old_style_classes(self):
         class X:
             pass
-            
         d = {X(): 1}
         assert not self.uses_identity_strategy(d)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to