summaryrefslogtreecommitdiffstats
path: root/examples3/SQL/dbconnect.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-25 11:01:09 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-25 11:01:09 +0200
commite790d08307644b6718b2a547c21370b82aa4f376 (patch)
treeeb4cc574e4f5a98bcc1f24ebab980cc38e3354e0 /examples3/SQL/dbconnect.py
parent0b2f1c4760ceb98b6e3213999a1e4d48d24e91e8 (diff)
downloadpytqt-e790d08307644b6718b2a547c21370b82aa4f376.tar.gz
pytqt-e790d08307644b6718b2a547c21370b82aa4f376.zip
Fix examples to properly import python_tqt module
This resolves bug 2693 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples3/SQL/dbconnect.py')
-rwxr-xr-xexamples3/SQL/dbconnect.py4
1 files changed, 2 insertions, 2 deletions
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 *