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 --- examples/semaphore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/semaphore.py') diff --git a/examples/semaphore.py b/examples/semaphore.py index 79affb2..ecf1209 100755 --- a/examples/semaphore.py +++ b/examples/semaphore.py @@ -7,12 +7,12 @@ import sys # Check if thread support was enabled. try: - from python_tqt.qt import TQThread + from PyTQt.qt import TQThread except: print("Thread support not enabled") sys.exit(1) -from python_tqt.qt import * +from PyTQt.qt import * # The semaphore instances. -- cgit v1.2.1