diff options
Diffstat (limited to 'examples3/qmag.py')
-rwxr-xr-x | examples3/qmag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/qmag.py b/examples3/qmag.py index 28725e5..186a473 100755 --- a/examples3/qmag.py +++ b/examples3/qmag.py @@ -11,7 +11,7 @@ #*****************************************************************************/ import sys -from qt import * +from python_tqt.qt import * TRUE = 1 FALSE = 0 |