Skip to content

Commit

Permalink
Add missing import const in python binding (unicorn-engine#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid authored and Damien Cauquil committed Jan 22, 2024
1 parent 54e7c7a commit 0f01462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/unicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unicorn Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const
from . import arm_const, arm64_const, mips_const, sparc_const, m68k_const, x86_const, riscv_const, s390x_const, tricore_const
from .unicorn_const import *
from .unicorn import Uc, uc_version, uc_arch_supported, version_bind, debug, UcError, __version__

0 comments on commit 0f01462

Please # to comment.