diff options
Diffstat (limited to 'examples3/SQL/runform2.py')
-rwxr-xr-x | examples3/SQL/runform2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/SQL/runform2.py b/examples3/SQL/runform2.py index 485eed3..0184e9d 100755 --- a/examples3/SQL/runform2.py +++ b/examples3/SQL/runform2.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import sys -from qt import * +from python_tqt.qt import * from form2 import Form2 from dbconnect import createConnection |