Merge pull request #3760 from rw/python-remove-ctypes-dependency

Python: remove ctypes dependency in runtime library.
This commit is contained in:
Wouter van Oortmerssen
2016-02-08 14:35:45 -08:00
2 changed files with 0 additions and 4 deletions

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import ctypes
from . import number_types as N
from . import packer
from .compat import memoryview_type

View File

@@ -12,10 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import ctypes
import collections
import struct
from ctypes import sizeof
from . import packer