diff options
Diffstat (limited to 'examples3/bigtable.py')
-rwxr-xr-x | examples3/bigtable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/bigtable.py b/examples3/bigtable.py index 61fcb71..f2d9788 100755 --- a/examples3/bigtable.py +++ b/examples3/bigtable.py @@ -12,8 +12,8 @@ import sys import os -from qt import * -from qttable import * +from python_tqt.qt import * +from python_tqt.qttable import * TRUE = 1 FALSE = 0 |