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 4da8f8a..1ea3471 100755 --- a/examples/SQL/sqlcustom1.py +++ b/examples/SQL/sqlcustom1.py @@ -11,8 +11,8 @@ #*****************************************************************************/ import sys -from python_tqt.qt import * -from python_tqt.qtsql import * +from PyTQt.qt import * +from PyTQt.qtsql import * from dbconnect import createConnection |