From 5fbe75eb50c0ea7c9ff76e65aa8ed0f44f9a1c28 Mon Sep 17 00:00:00 2001 From: Fotis Loukos Date: Fri, 14 Apr 2017 18:57:40 +0300 Subject: [PATCH] Fixed python bindings. --- bindings/python/capstone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/capstone/__init__.py b/bindings/python/capstone/__init__.py index eeb62099..592b0eae 100644 --- a/bindings/python/capstone/__init__.py +++ b/bindings/python/capstone/__init__.py @@ -300,7 +300,7 @@ def copy_ctypes_list(src): return [copy_ctypes(n) for n in src] # Weird import placement because these modules are needed by the below code but need the above functions -from . import arm, arm64, m68k, mips, ppc, sparc, systemz, x86, xcore +from . import arm, arm64, m68k, mips, ppc, sparc, systemz, x86, xcore, tms320c64x class _cs_arch(ctypes.Union): _fields_ = (