From e790d08307644b6718b2a547c21370b82aa4f376 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 --- examples3/SQL/dbconnect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples3/SQL/dbconnect.py') diff --git a/examples3/SQL/dbconnect.py b/examples3/SQL/dbconnect.py index 6986d08..db922de 100755 --- a/examples3/SQL/dbconnect.py +++ b/examples3/SQL/dbconnect.py @@ -1,8 +1,8 @@ #!/usr/bin/env python import sys -from qt import * -from qtsql import * +from python_tqt.qt import * +from python_tqt.qtsql import * from frmconnect import frmConnect from dbpar import * -- cgit v1.2.3