Backport importlib to at least Python 2.5 by getting rid of use of str.format.
commitd72153aa3172c070d52d7b3f0770805928a8d518
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 3 Feb 2009 05:08:22 +0000 (3 05:08 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 3 Feb 2009 05:08:22 +0000 (3 05:08 +0000)
treeb9a8ee49150479f947b37017bb7e9f1b2aa80087
parent50d4fcec5f161bb3a5ccdf989d9dcec0400b25f2
Backport importlib to at least Python 2.5 by getting rid of use of str.format.

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