source: python/trunk/Lib/plat-mac/Carbon/Res.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: 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.