diff options
author | Brett Cannon <brett@python.org> | 2012-05-04 20:03:20 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-05-04 20:03:20 (GMT) |
commit | a6685e8d368740ade8332d2c6f02d493a8b80b8a (patch) | |
tree | 0ff5c6691a8598d9354d12aa066b0053dd65d9e0 /Python | |
parent | f19c19106704f01b75b8e3e678f27a9b543aad74 (diff) | |
download | cpython-a6685e8d368740ade8332d2c6f02d493a8b80b8a.zip cpython-a6685e8d368740ade8332d2c6f02d493a8b80b8a.tar.gz cpython-a6685e8d368740ade8332d2c6f02d493a8b80b8a.tar.bz2 |
update importlib.h
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 1681605..9c531f0 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -342,7 +342,7 @@ unsigned char _Py_M__importlib[] = { 116,101,114,101,100,32,105,110,116,111,32,115,121,115,46,109, 111,100,117,108,101,115,46,10,10,32,32,32,32,40,2,0, 0,0,117,4,0,0,0,116,121,112,101,117,3,0,0,0, - 115,121,115,40,1,0,0,0,117,4,0,0,0,110,97,109, + 95,105,111,40,1,0,0,0,117,4,0,0,0,110,97,109, 101,40,0,0,0,0,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,10,0, |