1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

lvmdbusd: Remove un-used import

This commit is contained in:
Tony Asleson 2016-11-16 10:46:27 -06:00
parent 2fbb90e403
commit 4f1171466f

View File

@ -8,11 +8,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from .automatedproperties import AutomatedProperties
from .utils import job_obj_path_generate, mt_async_result, log_debug
from .utils import job_obj_path_generate, mt_async_result
from . import cfg
from .cfg import JOB_INTERFACE
import dbus
import threading
# noinspection PyUnresolvedReferences
from gi.repository import GLib