summaryrefslogtreecommitdiffstats
path: root/examples/tablestatistics.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tablestatistics.py')
-rwxr-xr-xexamples/tablestatistics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tablestatistics.py b/examples/tablestatistics.py
index d6b6b2e..1288ff0 100755
--- a/examples/tablestatistics.py
+++ b/examples/tablestatistics.py
@@ -12,8 +12,8 @@
import sys
import os
-from python_tqt.qt import *
-from python_tqt.qttable import *
+from PyTQt.qt import *
+from PyTQt.qttable import *
TRUE = 1
FALSE = 0