diff options
Diffstat (limited to 'Lib/plat-mac/Carbon/Qt.py')
-rw-r--r-- | Lib/plat-mac/Carbon/Qt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/Carbon/Qt.py b/Lib/plat-mac/Carbon/Qt.py index 590a92a..6b8af94 100644 --- a/Lib/plat-mac/Carbon/Qt.py +++ b/Lib/plat-mac/Carbon/Qt.py @@ -2,4 +2,4 @@ from _Qt import * try: _ = AddFilePreview except: - raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so" + raise ImportError("Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so") |