From e752a67e130d3d2034b52625aca2524aa245857d Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 8 Nov 2023 11:21:39 +0100 Subject: [PATCH] fixup! devtest.os.test.test.py: Rename to main.my Signed-off-by: Jan Lindemann --- src/python/devtest/os/test/ListCmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/devtest/os/test/ListCmd.py b/src/python/devtest/os/test/ListCmd.py index fca87b8..ac3c15f 100644 --- a/src/python/devtest/os/test/ListCmd.py +++ b/src/python/devtest/os/test/ListCmd.py @@ -12,7 +12,7 @@ from jwutils.log import * from jwutils.misc import update_symlink from jwutils import Options from devtest.os import * -from .main import * +from .test import * from .. import TestCase class ListCmd(TestCase): # export