From: Brett Cannon Date: Mon, 26 Jan 2009 01:21:54 +0000 (+0000) Subject: Blocked revisions 68953 via svnmerge X-Git-Tag: v2.6.2c1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a96f9f673247429a3e1c9b7f76f90965bb8f5265;p=python Blocked revisions 68953 via svnmerge ........ r68953 | brett.cannon | 2009-01-25 17:16:50 -0800 (Sun, 25 Jan 2009) | 3 lines Backport importlib in the form of providing importlib.import_module(). This has been done purely to help transitions from 2.7 to 3.1. ........ ---