summaryrefslogtreecommitdiffstats
path: root/examples/checklists.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/checklists.py')
-rwxr-xr-xexamples/checklists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/checklists.py b/examples/checklists.py
index 5249bb0..52b93e8 100755
--- a/examples/checklists.py
+++ b/examples/checklists.py
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Oleksandr Yakovlyev (yshurik) <yshurik@thekompany.com>
import sys
-from PyTQt.qt import *
+from PyTQt.tqt import *
TRUE = 1
FALSE = 0