summaryrefslogtreecommitdiffstats
path: root/examples3/SQL/runsqlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/SQL/runsqlex.py')
-rwxr-xr-xexamples3/SQL/runsqlex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/SQL/runsqlex.py b/examples3/SQL/runsqlex.py
index 0ac779f..2235699 100755
--- a/examples3/SQL/runsqlex.py
+++ b/examples3/SQL/runsqlex.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 sqlex import SqlEx
from connect import ConnectDialog