diff options
Diffstat (limited to 'test/core/graph.py')
| -rw-r--r-- | test/core/graph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/graph.py b/test/core/graph.py index 484591b7..3db5e523 100644 --- a/test/core/graph.py +++ b/test/core/graph.py @@ -1,5 +1,5 @@ from __future__ import print_function -from miasm2.core.graph import * +from miasm.core.graph import * g = DiGraph() g.add_node('a') |