From f303e4dc2ba3075192db2ab1fc570abd10ba224a 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 (cherry picked from commit e790d08307644b6718b2a547c21370b82aa4f376) --- examples3/smalltable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples3/smalltable.py') diff --git a/examples3/smalltable.py b/examples3/smalltable.py index 2fbda72..52f212a 100755 --- a/examples3/smalltable.py +++ b/examples3/smalltable.py @@ -12,8 +12,8 @@ import sys import os -from qt import * -from qttable import * +from python_tqt.qt import * +from python_tqt.qttable import * TRUE = 1 FALSE = 0 -- cgit v1.2.1