diff options
author | Georg Brandl <georg@python.org> | 2007-12-02 09:40:06 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-02 09:40:06 +0000 |
commit | 7d4a05a4ebffb688137ca5b5a92825a756927e7e (patch) | |
tree | 012f200cbef14b454fbce4325f11ab7c6b08f4f4 /PC/os2emx/config.c | |
parent | 76c3522261540b3660a5172f01c99d29db08c579 (diff) | |
download | cpython-7d4a05a4ebffb688137ca5b5a92825a756927e7e.tar.gz |
#1535: rename __builtin__ module to builtins.
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r-- | PC/os2emx/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 352442941b..47378fd5c3 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -156,7 +156,7 @@ struct _inittab _PyImport_Inittab[] = { /* These entries are here for sys.builtin_module_names */ {"__main__", NULL}, - {"__builtin__", NULL}, + {"builtins", NULL}, {"sys", NULL}, /* This lives in gcmodule.c */ |