0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/plat-mac/Carbon/Res.py
2003-04-09 13:25:43 +00:00

5 lines
86 B
Python

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