Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Jun 25, 2023
1 parent bad51e6 commit 2d9279c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from config.setting import Setting
from tools.log import Log
from tools.singleton import Singleton
from tools.str import Str
from tools.tool import ToolUtil
from util.str import Str


class QtOwner(Singleton):
Expand Down
2 changes: 1 addition & 1 deletion src/util/status.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from util.str import Str
from tools.str import Str


class Status(object):
Expand Down

0 comments on commit 2d9279c

Please sign in to comment.