diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-24 21:26:08 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-11-24 21:26:08 (GMT) |
commit | da8cef40e5dbdee40fde05fec5263f8273942e6b (patch) | |
tree | daa9e307a573e53ab43330c3aaaac5c8351372cf /Python | |
parent | a90e92dac8cc86752da7f7d850be19f0bcfdbb15 (diff) | |
download | cpython-da8cef40e5dbdee40fde05fec5263f8273942e6b.zip cpython-da8cef40e5dbdee40fde05fec5263f8273942e6b.tar.gz cpython-da8cef40e5dbdee40fde05fec5263f8273942e6b.tar.bz2 |
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
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 beac754..b500f82 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -1,4 +1,4 @@ -/* Auto-generated by Modules/_freeze_importlib.c */ +/* Auto-generated by Programs/_freeze_importlib.c */ const unsigned char _Py_M__importlib[] = { 99,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0, 0,64,0,0,0,115,43,5,0,0,100,0,0,90,0,0, |