From 7ec95b95226aa01c050dfc383833ef107bc95c60 Mon Sep 17 00:00:00 2001 From: Slávek Banko 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 --- pyuic3/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuic3/main.cpp') diff --git a/pyuic3/main.cpp b/pyuic3/main.cpp index a442654..43c9d7b 100644 --- a/pyuic3/main.cpp +++ b/pyuic3/main.cpp @@ -219,7 +219,7 @@ int main( int argc, char * argv[] ) if (testCode || execCode) out << "import sys" << endl; - out << "from python_tqt.qt import *" << endl; + out << "from PyTQt.qt import *" << endl; Uic( fileName, outputFile, out, doc, subcl, trmacro, className, uicClass ); -- cgit v1.2.3