diff options
Diffstat (limited to 'examples/checklists.py')
-rwxr-xr-x | examples/checklists.py | 2 |
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 |