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/cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cursor.py') diff --git a/examples/cursor.py b/examples/cursor.py index da9db7b..f6ef6ee 100755 --- a/examples/cursor.py +++ b/examples/cursor.py @@ -10,7 +10,7 @@ ***************************************************************************""" import sys -from python_tqt.qt import * +from PyTQt.qt import * # cb_bits and cm_bits were generated by X bitmap program. -- cgit v1.2.1