优化导入

This commit is contained in:
wangsong 2021-11-25 20:39:42 +08:00
parent ad08a33a06
commit 6e5208fb50
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ from aptdaemon.enums import (EXIT_SUCCESS,
from SystemUpdater.backend import InstallBackend
import logging
from gettext import gettext as _
from ..Core.utils import humanize_size
from SystemUpdater.Core.utils import humanize_size
import dbus,time
from gi.repository import GLib

View File

@ -3,8 +3,6 @@
"""Integration of package managers into SystemUpdater"""
from __future__ import absolute_import
import logging
import os
from gettext import gettext as _