testenv: Fix missing import module util

util module is used in prompt() method (debug suite, interactive test).

Change-Id: I9bb759d053a99108f121f1c4f7994726b6075fee
This commit is contained in:
Pau Espin 2020-09-18 15:17:08 +02:00
parent 1b99ad67d2
commit 7cb6badec1
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
import sys
from .core import util
from .core import process
from .core import template
from .core import log as log_module