about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2019-01-14 11:32:45 +0100
committerGitHub <noreply@github.com>2019-01-14 11:32:45 +0100
commite336cf92c44bf87c09a18bdafb716ef398077fda (patch)
tree682c6397d6f1e7c910e6f83e8a0a940ec1218f37
parenta1ffa82a9812c770bfc3aa3a474eb086c787830a (diff)
parent8ecd27963b951b504b7e8a4116741a86d398ff52 (diff)
downloadmiasm-e336cf92c44bf87c09a18bdafb716ef398077fda.tar.gz
miasm-e336cf92c44bf87c09a18bdafb716ef398077fda.zip
Merge pull request #937 from serpilliere/rm_old_asmbloc
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