cpython/Lib/plat-mac/Carbon/Res.py
2003-04-09 13:25:43 +00:00

4 lines
86 B
Python

try:
from OverrideFrom23._Res import *
except ImportError:
from _Res import *