cpython/Mac/Lib/Carbon/Res.py

5 lines
80 B
Python
Raw Normal View History

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