summaryrefslogtreecommitdiff
path: root/lib/python2.7/plat-mac/Carbon/Qt.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/plat-mac/Carbon/Qt.py')
-rw-r--r--lib/python2.7/plat-mac/Carbon/Qt.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/python2.7/plat-mac/Carbon/Qt.py b/lib/python2.7/plat-mac/Carbon/Qt.py
deleted file mode 100644
index 590a92a..0000000
--- a/lib/python2.7/plat-mac/Carbon/Qt.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from _Qt import *
-try:
- _ = AddFilePreview
-except:
- raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"