[pypy-commit] pypy default: cleanup unused import

mattip pypy.commits at gmail.com
Sat May 25 16:55:48 EDT 2019


Author: Matti Picus <matti.picus at 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()


More information about the pypy-commit mailing list