summaryrefslogtreecommitdiffstats
path: root/examples3/smalltable.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/smalltable.py')
-rwxr-xr-xexamples3/smalltable.py4
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