From 2749565477cea347d205d410e596d730a05941c9 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 27 Sep 2016 21:52:33 +0200 Subject: Properly import python_tqt module This relates to bug 2693 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- pytdeconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pytdeconfig.py') diff --git a/pytdeconfig.py b/pytdeconfig.py index 1eacb8d..a0f410a 100644 --- a/pytdeconfig.py +++ b/pytdeconfig.py @@ -22,7 +22,8 @@ # modules that %Import PyKDE modules. -import sipconfig, pyqtconfig +from sip4_tqt import sipconfig +from python_tqt import pyqtconfig # These are installation specific values created when PyTQt was configured. -- cgit v1.2.3