aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_dissectors
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-12-26 23:11:50 +0100
committerPeter Wu <peter@lekensteyn.nl>2018-12-27 23:07:02 +0000
commitc3e22f0ab5b40ff6f08da063e9a9692247597a95 (patch)
treed00286a34a5d5f7f17766d5390ea85d40c930781 /test/suite_dissectors
parentb28f283f8b942b7e17ca0bc16d1c77603b967c2d (diff)
test: fix import in suite_dissectors/group_asterix.
Change-Id: I88a97168f318c4d900dadf8443e4068c60ba342f Reviewed-on: https://code.wireshark.org/review/31212 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'test/suite_dissectors')
-rw-r--r--test/suite_dissectors/group_asterix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_dissectors/group_asterix.py b/test/suite_dissectors/group_asterix.py
index 44e21178c7..e076b5e2f8 100644
--- a/test/suite_dissectors/group_asterix.py
+++ b/test/suite_dissectors/group_asterix.py
@@ -14,7 +14,7 @@ import inspect
# Wireshark modules
import fixtures
import subprocesstest
-import suite_dissectors.dissectorstest
+from suite_dissectors.dissectorstest import *
@fixtures.mark_usefixtures('test_env')