diff options
author | Brett Cannon <brett@python.org> | 2012-04-26 00:18:55 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-26 00:18:55 (GMT) |
commit | f96bb2f9af24695d2d673b0044e25cb5b767aac0 (patch) | |
tree | c685e6daf9f3189b1ec6a16bba321e4ead07fd8f /Python | |
parent | 5a5d6a10333af38c753b82f8d1bef14906c12b61 (diff) | |
download | cpython-f96bb2f9af24695d2d673b0044e25cb5b767aac0.zip cpython-f96bb2f9af24695d2d673b0044e25cb5b767aac0.tar.gz cpython-f96bb2f9af24695d2d673b0044e25cb5b767aac0.tar.bz2 |
Update importlib.h
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importlib.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 9dbd881..991334e 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -2363,7 +2363,7 @@ unsigned char _Py_M__importlib[] = { 0,0,4,0,0,0,19,0,0,0,115,46,0,0,0,116, 0,0,124,0,0,131,1,0,115,33,0,116,1,0,100,1, 0,100,2,0,124,0,0,131,1,1,130,1,0,110,0,0, - 136,1,0,124,0,0,136,0,0,140,1,0,83,40,3,0, + 136,0,0,124,0,0,136,1,0,140,1,0,83,40,3,0, 0,0,117,45,0,0,0,80,97,116,104,32,104,111,111,107, 32,102,111,114,32,105,109,112,111,114,116,108,105,98,46,109, 97,99,104,105,110,101,114,121,46,70,105,108,101,70,105,110, @@ -2373,9 +2373,9 @@ unsigned char _Py_M__importlib[] = { 40,2,0,0,0,117,11,0,0,0,95,112,97,116,104,95, 105,115,100,105,114,117,11,0,0,0,73,109,112,111,114,116, 69,114,114,111,114,40,1,0,0,0,117,4,0,0,0,112, - 97,116,104,40,2,0,0,0,117,14,0,0,0,108,111,97, - 100,101,114,95,100,101,116,97,105,108,115,117,3,0,0,0, - 99,108,115,40,0,0,0,0,117,29,0,0,0,60,102,114, + 97,116,104,40,2,0,0,0,117,3,0,0,0,99,108,115, + 117,14,0,0,0,108,111,97,100,101,114,95,100,101,116,97, + 105,108,115,40,0,0,0,0,117,29,0,0,0,60,102,114, 111,122,101,110,32,105,109,112,111,114,116,108,105,98,46,95, 98,111,111,116,115,116,114,97,112,62,117,24,0,0,0,112, 97,116,104,95,104,111,111,107,95,102,111,114,95,70,105,108, @@ -2388,9 +2388,9 @@ unsigned char _Py_M__importlib[] = { 99,108,115,117,14,0,0,0,108,111,97,100,101,114,95,100, 101,116,97,105,108,115,117,24,0,0,0,112,97,116,104,95, 104,111,111,107,95,102,111,114,95,70,105,108,101,70,105,110, - 100,101,114,40,0,0,0,0,40,2,0,0,0,117,14,0, - 0,0,108,111,97,100,101,114,95,100,101,116,97,105,108,115, - 117,3,0,0,0,99,108,115,117,29,0,0,0,60,102,114, + 100,101,114,40,0,0,0,0,40,2,0,0,0,117,3,0, + 0,0,99,108,115,117,14,0,0,0,108,111,97,100,101,114, + 95,100,101,116,97,105,108,115,117,29,0,0,0,60,102,114, 111,122,101,110,32,105,109,112,111,114,116,108,105,98,46,95, 98,111,111,116,115,116,114,97,112,62,117,9,0,0,0,112, 97,116,104,95,104,111,111,107,144,3,0,0,115,4,0,0, |