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 --- examples/tut1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tut1.py') diff --git a/examples/tut1.py b/examples/tut1.py index 3e30fcc..c38a1ff 100755 --- a/examples/tut1.py +++ b/examples/tut1.py @@ -3,7 +3,7 @@ # TQt tutorial 1. import sys -from python_tqt import qt +from PyTQt import qt a = qt.TQApplication(sys.argv) -- cgit v1.2.3