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