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/tablestatistics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tablestatistics.py') diff --git a/examples/tablestatistics.py b/examples/tablestatistics.py index d6b6b2e..1288ff0 100755 --- a/examples/tablestatistics.py +++ b/examples/tablestatistics.py @@ -12,8 +12,8 @@ import sys import os -from python_tqt.qt import * -from python_tqt.qttable import * +from PyTQt.qt import * +from PyTQt.qttable import * TRUE = 1 FALSE = 0 -- cgit v1.2.3