about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-14 08:18:34 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-14 08:19:32 +0100
commit8ecd27963b951b504b7e8a4116741a86d398ff52 (patch)
tree682c6397d6f1e7c910e6f83e8a0a940ec1218f37
parenta1ffa82a9812c770bfc3aa3a474eb086c787830a (diff)
downloadmiasm-8ecd27963b951b504b7e8a4116741a86d398ff52.tar.gz
miasm-8ecd27963b951b504b7e8a4116741a86d398ff52.zip
Core: rm deprecated module
-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