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