diff options
Diffstat (limited to 'examples3/tablestatistics.py')
-rwxr-xr-x | examples3/tablestatistics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/tablestatistics.py b/examples3/tablestatistics.py index c0aa072..ee1f0f7 100755 --- a/examples3/tablestatistics.py +++ b/examples3/tablestatistics.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 |