diff options
Diffstat (limited to 'examples/SQL/sqlcustom1.py')
-rwxr-xr-x | examples/SQL/sqlcustom1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SQL/sqlcustom1.py b/examples/SQL/sqlcustom1.py index 1ea3471..0c37911 100755 --- a/examples/SQL/sqlcustom1.py +++ b/examples/SQL/sqlcustom1.py @@ -11,8 +11,8 @@ #*****************************************************************************/ import sys -from PyTQt.qt import * -from PyTQt.qtsql import * +from PyTQt.tqt import * +from PyTQt.tqtsql import * from dbconnect import createConnection |