mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-21 15:02:56 +00:00
python: import os
This commit is contained in:
parent
aeda70f3cb
commit
8879b5d6cc
@ -1,5 +1,5 @@
|
||||
# Capstone Python bindings, by Nguyen Anh Quynnh <aquynh@gmail.com>
|
||||
import sys
|
||||
import os, sys
|
||||
from platform import system
|
||||
_python2 = sys.version_info[0] < 3
|
||||
if _python2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user