This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
d8e4edd5d2
cpython
/
Lib
/
plat-mac
/
Carbon
/
Res.py
5 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Python 2.2 as installed by Apple has a version of _Res that is too old. We attempt to load an override version in this case.
2002-11-14 20:06:52 -04:00
try
:
Detabbed.
2003-04-09 10:25:43 -03:00
from
OverrideFrom23
.
_Res
import
*
Python 2.2 as installed by Apple has a version of _Res that is too old. We attempt to load an override version in this case.
2002-11-14 20:06:52 -04:00
except
ImportError
:
Detabbed.
2003-04-09 10:25:43 -03:00
from
_Res
import
*