mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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.
This commit is contained in:
@@ -1 +1,4 @@
|
||||
from _Res import *
|
||||
try:
|
||||
from OverrideFrom23._Res import *
|
||||
except ImportError:
|
||||
from _Res import *
|
||||
|
||||
Reference in New Issue
Block a user