Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r96684:6b079b8365ca Date: 2019-05-25 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/6b079b8365ca/
Log: cleanup unused import diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py --- a/lib-python/2.7/ctypes/test/test_byteswap.py +++ b/lib-python/2.7/ctypes/test/test_byteswap.py @@ -2,7 +2,6 @@ from binascii import hexlify from ctypes import * -from ctypes.test import xfail def bin(s): return hexlify(memoryview(s)).upper() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit