aboutsummaryrefslogtreecommitdiffstats
path: root/suites/aoip_debug/interactive.py
diff options
context:
space:
mode:
Diffstat (limited to 'suites/aoip_debug/interactive.py')
-rwxr-xr-xsuites/aoip_debug/interactive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/suites/aoip_debug/interactive.py b/suites/aoip_debug/interactive.py
index cfa5d6c..98b9170 100755
--- a/suites/aoip_debug/interactive.py
+++ b/suites/aoip_debug/interactive.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-from osmo_gsm_tester.test import *
+from osmo_gsm_tester.testenv import *
hlr = suite.hlr()
bts = suite.bts()
mgcpgw = suite.mgcpgw(bts_ip=bts.remote_addr())