diff options
Diffstat (limited to 'examples/smalltable.py')
-rwxr-xr-x | examples/smalltable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/smalltable.py b/examples/smalltable.py index ccee6c8..e3521e1 100755 --- a/examples/smalltable.py +++ b/examples/smalltable.py @@ -12,8 +12,8 @@ import sys import os -from PyTQt.qt import * -from PyTQt.qttable import * +from PyTQt.tqt import * +from PyTQt.tqttable import * TRUE = 1 FALSE = 0 |