1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-16 20:59:12 +03:00

python: Start building winreg module.

(This used to be commit f1a9fad83c)
This commit is contained in:
Jelmer Vernooij
2008-01-14 13:26:21 +01:00
parent 30a2a43a75
commit e42322848b
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,7 @@ extern void init_events(void);
extern void inituuid(void);
extern void init_net(void);
extern void initecho(void);
extern void initwinreg(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };