python: import os

This commit is contained in:
Nguyen Anh Quynh 2018-02-20 21:22:18 +08:00
parent aeda70f3cb
commit 8879b5d6cc

View File

@ -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: