From ec56a07a8b8a8876fb8e3ecbac8ea186f4e6963e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Apr 2024 18:02:05 +0800 Subject: [PATCH] bugfix --- appPublic/argsConvert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/appPublic/argsConvert.py b/appPublic/argsConvert.py index 50e2ad1..d459260 100755 --- a/appPublic/argsConvert.py +++ b/appPublic/argsConvert.py @@ -1,5 +1,6 @@ # -*- coding:utf8 -*- import re +from appPublic.dictObject import DictObject class ConvertException(Exception): pass