diff options
author | Guido van Rossum <guido@python.org> | 1991-01-21 15:12:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-01-21 15:12:35 (GMT) |
commit | 86cd6e646e99f38da1992a048c64b464e873d8e8 (patch) | |
tree | 527aa4e633e123d602d9b38289a8cb654904583c /Python/bltinmodule.c | |
parent | 4dae2167849c611feb5087bd9840a12938bcb417 (diff) | |
download | cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.zip cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.gz cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.bz2 |
File name shortening.
Diffstat (limited to 'Python/bltinmodule.c')
-rw-r--r-- | Python/bltinmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index dc88581..09a944b 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -6,7 +6,7 @@ #include "graminit.h" #include "errcode.h" #include "sysmodule.h" -#include "builtinmodule.h" +#include "bltinmodule.h" #include "import.h" #include "pythonrun.h" #include "compile.h" /* For ceval.h */ |