Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.

This commit is contained in:
Berker Peksag 2014-11-24 23:26:08 +02:00
parent a90e92dac8
commit da8cef40e5
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ const static struct _frozen _PyImport_FrozenModules[] = {
const struct _frozen *PyImport_FrozenModules;
#endif
const char header[] = "/* Auto-generated by Modules/_freeze_importlib.c */";
const char header[] = "/* Auto-generated by Programs/_freeze_importlib.c */";
int
main(int argc, char *argv[])