about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/core/asmbloc.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/miasm2/core/asmbloc.py b/miasm2/core/asmbloc.py
deleted file mode 100644
index 54760f4e..00000000
--- a/miasm2/core/asmbloc.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""
-This module will be removed in favour of asmblock.py
-Cause: French tipo.
-"""
-import warnings
-from miasm2.core.asmblock import *
-
-warnings.warn('DEPRECATION WARNING: use "asmblock" sub-module instead of "asmbloc"')
-
-log_asmbloc = log_asmblock