commit | 4e9c0f5cdfe3f90b5070a16a73659ea13b11c585 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Jan 26 01:21:47 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Jan 26 01:21:47 2009 +0000 |
tree | c538edd7b25a834a7097827c97f70f59001d2984 | |
parent | 1e2d8700d6707c22ab101b271df89ca4f12b1b22 [diff] |
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. ........