diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-07-21 15:37:39 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-07-21 16:47:59 +0200 |
| commit | 82c5d696eb97b5816a276cbf9708d0b3602d7055 (patch) | |
| tree | e90ca108dd1c130d015a3960051276d2c58d233a /test/core/modint.py | |
| parent | 9bf0f4c1c14d318110b56df6952b0fcc2950539e (diff) | |
| download | miasm-82c5d696eb97b5816a276cbf9708d0b3602d7055.tar.gz miasm-82c5d696eb97b5816a276cbf9708d0b3602d7055.zip | |
Move modint in core
Diffstat (limited to '')
| -rw-r--r-- | test/core/modint.py (renamed from test/expression/modint.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expression/modint.py b/test/core/modint.py index af80b284..d493b44e 100644 --- a/test/expression/modint.py +++ b/test/core/modint.py @@ -1,6 +1,6 @@ from __future__ import print_function -from miasm.expression.modint import * +from miasm.core.modint import * a = uint8(0x42) b = uint8(0xFF) |