Author: Armin Rigo <[email protected]>
Branch: cpyext-gc-support-2
Changeset: r82292:6846c7d63a8a
Date: 2016-02-16 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/6846c7d63a8a/

Log:    ups

diff --git a/pypy/module/cpyext/test/test_borrow.py 
b/pypy/module/cpyext/test/test_borrow.py
--- a/pypy/module/cpyext/test/test_borrow.py
+++ b/pypy/module/cpyext/test/test_borrow.py
@@ -1,7 +1,7 @@
 import py
 from pypy.module.cpyext.test.test_cpyext import AppTestCpythonExtensionBase
 from pypy.module.cpyext.test.test_api import BaseApiTest
-from pypy.module.cpyext.pyobject import make_ref, borrow_from, RefcountState
+from pypy.module.cpyext.pyobject import make_ref
 
 
 class AppTestBorrow(AppTestCpythonExtensionBase):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to