From e790d08307644b6718b2a547c21370b82aa4f376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 25 Sep 2016 11:01:09 +0200 Subject: Fix examples to properly import python_tqt module This resolves bug 2693 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- examples2/tut6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2/tut6.py') diff --git a/examples2/tut6.py b/examples2/tut6.py index d97d842..b26121a 100755 --- a/examples2/tut6.py +++ b/examples2/tut6.py @@ -3,7 +3,7 @@ # TQt tutorial 6. import sys -from qt import * +from python_tqt.qt import * class LCDRange(TQVBox): -- cgit v1.2.1