From cebecd44a07f0977b49e605e505b8f6350a77818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 21 Dec 2022 14:38:03 +0100 Subject: Update after rename python extension module from python_tqt to PyTQt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- mountconfig/SimpleCommandRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mountconfig/SimpleCommandRunner.py') diff --git a/mountconfig/SimpleCommandRunner.py b/mountconfig/SimpleCommandRunner.py index b879934..4eafedd 100644 --- a/mountconfig/SimpleCommandRunner.py +++ b/mountconfig/SimpleCommandRunner.py @@ -13,7 +13,7 @@ # (at your option) any later version. # # # ########################################################################### -from python_tqt.qt import * +from PyTQt.qt import * from tdecore import * import locale -- cgit v1.2.1