diff --git a/doc/manuals/chapters/intro.adoc b/doc/manuals/chapters/intro.adoc index 55f1a5e7..14daba48 100644 --- a/doc/manuals/chapters/intro.adoc +++ b/doc/manuals/chapters/intro.adoc @@ -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()