diff options
Diffstat (limited to 'examples3/checklists.py')
-rwxr-xr-x | examples3/checklists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/checklists.py b/examples3/checklists.py index d6378e6..8402d86 100755 --- a/examples3/checklists.py +++ b/examples3/checklists.py @@ -4,7 +4,7 @@ # Copyright (C) 2002 Oleksandr Yakovlyev (yshurik) <yshurik@thekompany.com> import sys -from qt import * +from python_tqt.qt import * TRUE = 1 FALSE = 0 |