diff options
| author | Ajax <commial@gmail.com> | 2017-04-21 17:27:01 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-04-21 17:27:01 +0200 |
| commit | 18ee3f9f2628c4fd98c46898895fb61021e23e3a (patch) | |
| tree | 9df701aa2354fc2bc2ffa441b4456f8a8ddec9a7 /miasm2/core/graph.py | |
| parent | 7a9ba958c66c80b843bdd571f6989a8bb3e98dce (diff) | |
| download | miasm-18ee3f9f2628c4fd98c46898895fb61021e23e3a.tar.gz miasm-18ee3f9f2628c4fd98c46898895fb61021e23e3a.zip | |
Remove deprecated use of MatchExpr
Diffstat (limited to 'miasm2/core/graph.py')
| -rw-r--r-- | miasm2/core/graph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/core/graph.py b/miasm2/core/graph.py index ec9eac36..c64c7b72 100644 --- a/miasm2/core/graph.py +++ b/miasm2/core/graph.py @@ -753,7 +753,7 @@ class MatchGraphJoker(object): class MatchGraph(DiGraph): - """MatchGraph intends to be the counterpart of MatchExpr, but for DiGraph + """MatchGraph intends to be the counterpart of match_expr, but for DiGraph This class provides API to match a given DiGraph pattern, with addidionnal restrictions. |