From f303e4dc2ba3075192db2ab1fc570abd10ba224a Mon Sep 17 00:00:00 2001 From: Slávek Banko 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) --- examples2/dirview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples2/dirview.py') diff --git a/examples2/dirview.py b/examples2/dirview.py index 66beda1..11e7eed 100755 --- a/examples2/dirview.py +++ b/examples2/dirview.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys -from qt import * +from python_tqt.qt import * class Directory(TQListViewItem): def __init__(self, parent, name=None): -- cgit v1.2.3