[pypy-commit] pypy py3k: missing import

pjenvey pypy.commits at gmail.com
Thu May 12 19:58:01 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r84409:8af0cd2aeccd
Date: 2016-05-12 16:56 -0700
http://bitbucket.org/pypy/pypy/changeset/8af0cd2aeccd/

Log:	missing import

diff --git a/lib-python/3/ctypes/test/test_python_api.py b/lib-python/3/ctypes/test/test_python_api.py
--- a/lib-python/3/ctypes/test/test_python_api.py
+++ b/lib-python/3/ctypes/test/test_python_api.py
@@ -1,7 +1,7 @@
 from ctypes import *
 import unittest, sys
 from test import support
-from ctypes.test import is_resource_enabled
+from ctypes.test import is_resource_enabled, xfail
 
 ################################################################
 # This section should be moved into ctypes\__init__.py, when it's ready.


More information about the pypy-commit mailing list