summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-01-20 13:16:29 -0500
committerPeter LaFosse <peter@vector35.com>2022-01-20 13:16:29 -0500
commit65c1ab279b34f11070a450de993886df9c7353ec (patch)
treefff31eaca0be83e034f9356465b02f7224ce47a2 /python/mediumlevelil.py
parentb97912fbac14e760f1b595180ffe58af1ee34194 (diff)
Add support for mmlil_if_available
Diffstat (limited to 'python/mediumlevelil.py')
-rw-r--r--python/mediumlevelil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py
index 1a710c85..d7903fb2 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -18,6 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+from abc import abstractmethod
import ctypes
import struct
from typing import Optional, List, Union, Mapping, Generator, NewType, Tuple, ClassVar