diff options
author | Tim Potter <tpot@samba.org> | 2002-09-11 04:53:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-11 04:53:16 +0000 |
commit | 3600395b373acb48379d8500eaf2aaa11805ab08 (patch) | |
tree | 6fb41bbc789dc0f79bbcbf2ad6665406a7e09d30 | |
parent | 18e72f5facd1f87193b5295cc4d081d1d04374f5 (diff) | |
download | samba-3600395b373acb48379d8500eaf2aaa11805ab08.tar.gz samba-3600395b373acb48379d8500eaf2aaa11805ab08.tar.bz2 samba-3600395b373acb48379d8500eaf2aaa11805ab08.zip |
Fix some dodgy stuff that accidentally was committed.
(This used to be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)
-rw-r--r-- | source3/python/py_samba.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/python/py_samba.c b/source3/python/py_samba.c index 7c94569787..c0ade12f65 100644 --- a/source3/python/py_samba.c +++ b/source3/python/py_samba.c @@ -50,14 +50,6 @@ void initsamba(void) module = Py_InitModule("samba", samba_methods); dict = PyModule_GetDict(module); - new_module = PyModule_N("cheepy"); - - - - PyDict_SetItemString(dict, "cheepy", new_module); - - - /* Do samba initialisation */ py_samba_init(); |