From 2af4c73f0f49ff0c262f65ca0d9a93905181e574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 29 Sep 2016 02:35:59 +0200 Subject: Properly import python_tqt module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a7b3f0dc2315c54f38220595472ccbc79d5f317c) --- mountconfig/fuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mountconfig/fuser.py') diff --git a/mountconfig/fuser.py b/mountconfig/fuser.py index 3071885..291a6bc 100644 --- a/mountconfig/fuser.py +++ b/mountconfig/fuser.py @@ -22,7 +22,7 @@ TODO: import sys import os -from qt import * +from python_tqt.qt import * from tdeui import * #import kdedesigner from fuser_ui import * -- cgit v1.2.1