summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index 26772af..2efd6c2 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -67,6 +67,8 @@ extern void initmsvcrt();
extern void initwinsound();
extern void init_locale();
#endif
+extern void init_codecs();
+extern void initunicodedata();
/* -- ADDMODULE MARKER 1 -- */
@@ -113,6 +115,9 @@ struct _inittab _PyImport_Inittab[] = {
{"_locale", init_locale},
#endif
+ {"_codecs", init_codecs},
+ {"unicodedata", initunicodedata},
+
/* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */