Remove more hotshot cruft.

This commit is contained in:
Neal Norwitz 2007-10-13 18:56:00 +00:00
parent fe9bed02e4
commit c05d384bf7
6 changed files with 1 additions and 17 deletions

View file

@ -99,7 +99,6 @@ struct _inittab _PyImport_Inittab[] = {
{"_codecs", init_codecs},
{"_weakref", init_weakref},
{"_hotshot", init_hotshot},
{"_random", init_random},
{"_bisect", init_bisect},
{"_heapq", init_heapq},