diff options
| author | Camille Mougey <commial@gmail.com> | 2019-01-14 11:32:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-14 11:32:45 +0100 |
| commit | e336cf92c44bf87c09a18bdafb716ef398077fda (patch) | |
| tree | 682c6397d6f1e7c910e6f83e8a0a940ec1218f37 | |
| parent | a1ffa82a9812c770bfc3aa3a474eb086c787830a (diff) | |
| parent | 8ecd27963b951b504b7e8a4116741a86d398ff52 (diff) | |
| download | miasm-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.py | 10 |
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 |