diff options
Diffstat (limited to 'examples3/buttongroups.py')
-rwxr-xr-x | examples3/buttongroups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/buttongroups.py b/examples3/buttongroups.py index 65b8a96..7f9e079 100755 --- a/examples3/buttongroups.py +++ b/examples3/buttongroups.py @@ -10,7 +10,7 @@ #*****************************************************************************/ import sys -from qt import * +from python_tqt.qt import * TRUE = 1 FALSE = 0 |