Author: Amaury Forgeot d'Arc <[email protected]> Branch: py3.6 Changeset: r93890:cf1579e0d8fa Date: 2018-02-25 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/cf1579e0d8fa/
Log: Restore necessary import diff --git a/lib-python/3/ctypes/test/test_parameters.py b/lib-python/3/ctypes/test/test_parameters.py --- a/lib-python/3/ctypes/test/test_parameters.py +++ b/lib-python/3/ctypes/test/test_parameters.py @@ -1,4 +1,4 @@ -import unittest +import unittest, sys from ctypes.test import need_symbol from ctypes.test import xfail _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
