source: python/trunk/Lib/plat-mac/Carbon/Qt.py

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 139 bytes
Line 
1from _Qt import *
2try:
3 _ = AddFilePreview
4except:
5 raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"
Note: See TracBrowser for help on using the repository browser.