Make importlib backwards-compatible to Python 2.2 (but this is not promised to
commitdeedfccc28ce24490bf19c28844863b4a2ff2c64
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 3 Feb 2009 21:13:05 +0000 (3 21:13 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 3 Feb 2009 21:13:05 +0000 (3 21:13 +0000)
treefca3dc7b4ddd916ae323f998a88ac52266cf0a1e
parent6894794518a82b254f3fcf135145536457292fae
Make importlib backwards-compatible to Python 2.2 (but this is not promised to
last; just doing it to be nice).

Also fix a message for an exception.

git-svn-id: http://svn.python.org/projects/python/trunk@69262 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/importlib/__init__.py