Skip to content

Commit

Permalink
Issue python#22934: Update the comment to mention Programs/_freeze_im…
Browse files Browse the repository at this point in the history
…portlib.c.
  • Loading branch information
berkerpeksag committed Nov 24, 2014
1 parent a90e92d commit da8cef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Programs/_freeze_importlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[])
Expand Down
2 changes: 1 addition & 1 deletion Python/importlib.h
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit da8cef4

Please sign in to comment.