OsmoGSMTester: Update import test->testenv

Latest changes in osmo-gsm-tester require this import change.

Depends on: osmo-gsm-tester I520bd046cb09042b5567d967f951f050e4e02e85

Change-Id: I0f7f7d0353014b7ef8a0c5a7707c91b2613be79a
This commit is contained in:
Pau Espin 2017-11-17 17:16:54 +01:00 committed by Neels Hofmeyr
parent e617d2a844
commit 4c47659fb5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ A typical single test script (part of a suite) may look like this:
----
#!/usr/bin/env python3
from osmo_gsm_tester.test import *
from osmo_gsm_tester.testenv import *
hlr = suite.hlr()
bts = suite.bts()