Author: marky1991 <[email protected]>
Branch: py3.3
Changeset: r81725:d2d4bbff12e4
Date: 2016-01-10 23:49 -0500
http://bitbucket.org/pypy/pypy/changeset/d2d4bbff12e4/

Log:    Cleanup newline in test_import_lock to match base stdlib.

diff --git a/pypy/module/thread/test/test_import_lock.py 
b/pypy/module/thread/test/test_import_lock.py
--- a/pypy/module/thread/test/test_import_lock.py
+++ b/pypy/module/thread/test/test_import_lock.py
@@ -96,8 +96,8 @@
             original_acquire()
         importlock.count = 0
         monkeypatch.setattr(importlock, 'acquire_lock', acquire_lock)
+
         # An already imported module
-
         importhook(space, 'sys')
         assert importlock.count == 0
         # A new module
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to