summaryrefslogtreecommitdiff
path: root/PC/os2emx/config.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-02 09:40:06 +0000
committerGeorg Brandl <georg@python.org>2007-12-02 09:40:06 +0000
commit7d4a05a4ebffb688137ca5b5a92825a756927e7e (patch)
tree012f200cbef14b454fbce4325f11ab7c6b08f4f4 /PC/os2emx/config.c
parent76c3522261540b3660a5172f01c99d29db08c579 (diff)
downloadcpython-7d4a05a4ebffb688137ca5b5a92825a756927e7e.tar.gz
#1535: rename __builtin__ module to builtins.
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r--PC/os2emx/config.c2
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 */