Index: /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py	(revision 70521)
+++ /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py	(revision 70522)
@@ -32,4 +32,8 @@
 import os;
 import re;
+
+# Validation Kit imports.
+from common import utils;
+
 
 class StorageDisk(object):
Index: /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py	(revision 70521)
+++ /trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py	(revision 70522)
@@ -54,4 +54,5 @@
 import remoteexecutor;
 import storagecfg;
+
 
 def _ControllerTypeToName(eControllerType):
Index: /trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py	(revision 70521)
+++ /trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py	(revision 70522)
@@ -39,4 +39,6 @@
 import usbgadget;
 import testdriver.reporter as reporter
+from common import utils;
+
 
 # Python 3 hacks:
