]> granicus.if.org Git - python/commitdiff
Fix an accidental bug of an non-existent init function.
authorBrett Cannon <bcannon@gmail.com>
Sun, 13 Apr 2008 00:25:15 +0000 (00:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 13 Apr 2008 00:25:15 +0000 (00:25 +0000)
PC/config.c

index 688edc9c89b6dc04a154675e409ceeff2a69d2fc..0d19caff8c67596d0243a4082d375a1e061dbeb4 100644 (file)
@@ -160,8 +160,6 @@ struct _inittab _PyImport_Inittab[] = {
         {"__builtin__", NULL},
         {"sys", NULL},
        {"exceptions", NULL},
-        
-        {"_types", init_types},
         {"_warnings", _PyWarnings_Init},
 
         /* Sentinel */