diff options
Diffstat (limited to 'examples3/SQL/sqltable4.py')
-rwxr-xr-x | examples3/SQL/sqltable4.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/SQL/sqltable4.py b/examples3/SQL/sqltable4.py index 001e897..599f093 100755 --- a/examples3/SQL/sqltable4.py +++ b/examples3/SQL/sqltable4.py @@ -11,8 +11,8 @@ #*****************************************************************************/ import sys -from qt import * -from qtsql import * +from python_tqt.qt import * +from python_tqt.qtsql import * from dbconnect import createConnection |