source: trunk/essentials/dev-lang/python/Lib/plat-mac/Carbon/Res.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 86 bytes
Line 
1try:
2 from OverrideFrom23._Res import *
3except ImportError:
4 from _Res import *
Note: See TracBrowser for help on using the repository browser.