diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/utils.py b/portato/gui/utils.py index a6bd800..151ec22 100644 --- a/portato/gui/utils.py +++ b/portato/gui/utils.py @@ -21,7 +21,7 @@ from functools import wraps # some backend things from ..backend import flags, system, set_system -from ..helper import _, debug, info, set_log_level +from ..helper import debug, info, set_log_level from ..constants import USE_CATAPULT # parser |