From d685e50269387b5c5c0cb6c7d60725ae29244ee6 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Tue, 22 Feb 2022 22:23:10 -0800 Subject: [PATCH] fix missing imports --- labelImg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labelImg.py b/labelImg.py index 4ab050ae..a19a11f7 100755 --- a/labelImg.py +++ b/labelImg.py @@ -26,6 +26,7 @@ except ImportError: from libs.combobox import ComboBox from libs.default_label_combobox import DefaultLabelComboBox +from libs.resources import * from libs.constants import * from libs.utils import * from libs.settings import Settings