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

Expoer "marshal" module.

üst 4ed1ad53
......@@ -128,6 +128,8 @@ extern void initregexp();
extern void initposix();
extern void initpwd();
extern void initgrp();
extern void initmarshal();
#ifdef USE_AUDIO
extern void initaudio();
#endif
......@@ -160,6 +162,7 @@ struct {
{"posix", initposix},
{"pwd", initpwd},
{"grp", initgrp},
{"marshal", initmarshal},
/* Optional modules */
......
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