diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-01-14 08:18:34 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2019-01-14 08:19:32 +0100 |
| commit | 8ecd27963b951b504b7e8a4116741a86d398ff52 (patch) | |
| tree | 682c6397d6f1e7c910e6f83e8a0a940ec1218f37 /miasm2/core/asmbloc.py | |
| parent | a1ffa82a9812c770bfc3aa3a474eb086c787830a (diff) | |
| download | miasm-8ecd27963b951b504b7e8a4116741a86d398ff52.tar.gz miasm-8ecd27963b951b504b7e8a4116741a86d398ff52.zip | |
Core: rm deprecated module
Diffstat (limited to '')
| -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 |