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