From 7ec95b95226aa01c050dfc383833ef107bc95c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 21 Dec 2022 13:00:42 +0100 Subject: 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 --- sip/qtxml/qtxmlmod.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sip') diff --git a/sip/qtxml/qtxmlmod.sip b/sip/qtxml/qtxmlmod.sip index 11c38c4..e7e4fea 100644 --- a/sip/qtxml/qtxmlmod.sip +++ b/sip/qtxml/qtxmlmod.sip @@ -36,7 +36,7 @@ // qt module which sorts it out, but this module doesn't so we add a dummy. It // is ignored by SIP v4.x and later. %PrePythonCode -from python_tqt.qt import TQObject +from PyTQt.qt import TQObject %End -- cgit v1.2.1