Kaydet (Commit) bf57ed5f authored tarafından Guido van Rossum's avatar Guido van Rossum

Added thread module (it was already in the project!)

üst 331a8973
......@@ -50,6 +50,7 @@ extern void initsoundex();
extern void initstrop();
extern void initstruct();
extern void inittime();
extern void initthread();
/* -- ADDMODULE MARKER 1 -- */
......@@ -83,6 +84,9 @@ struct _inittab inittab[] = {
{"strop", initstrop},
{"struct", initstruct},
{"time", inittime},
#ifdef WITH_THREAD
{"thread", initthread},
#endif
/* -- ADDMODULE MARKER 2 -- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment