cpython/Lib/plat-mac/Carbon/Res.py

5 lines
80 B
Python

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