diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 15:16:20 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 15:16:20 +0000 |
commit | 5976fdfe42ecdee07df0621d9323c2790b23eb5d (patch) | |
tree | e399aa4b8bb7c6d5d2eb8267cf9a2904370a046a /sys/lib/python/plat-mac/Carbon/Qt.py | |
parent | 1665b57e14f8637569e52f8752cc9dd1672a5cfb (diff) |
remove stuff
Diffstat (limited to 'sys/lib/python/plat-mac/Carbon/Qt.py')
-rw-r--r-- | sys/lib/python/plat-mac/Carbon/Qt.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/lib/python/plat-mac/Carbon/Qt.py b/sys/lib/python/plat-mac/Carbon/Qt.py deleted file mode 100644 index 590a92ad1..000000000 --- a/sys/lib/python/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" |