X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/be853a4f00f44df9292a5ea4f30ace3aa52c148e..189dd45f9ed37cedbeea8a30f8dcd7c4dc751b3f:/catacomb.c diff --git a/catacomb.c b/catacomb.c index c6f9374..750b429 100644 --- a/catacomb.c +++ b/catacomb.c @@ -174,6 +174,8 @@ static void init_random(void) EXPORT void init_base(void) { PyObject *mod; + + modname = PyString_FromString("catacomb"); addmethods(methods); INIT_MODULES; init_random();