summaryrefslogtreecommitdiffstats
path: root/mgr/mgr/pub/utils/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'mgr/mgr/pub/utils/tests.py')
-rw-r--r--mgr/mgr/pub/utils/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgr/mgr/pub/utils/tests.py b/mgr/mgr/pub/utils/tests.py
index ba67e90..5c925c4 100644
--- a/mgr/mgr/pub/utils/tests.py
+++ b/mgr/mgr/pub/utils/tests.py
@@ -13,9 +13,9 @@
# limitations under the License.
import unittest
-import syscomm
-import values
-import enumutil
+from . import syscomm
+from . import values
+from . import enumutil
class UtilsTest(unittest.TestCase):