summaryrefslogtreecommitdiff
path: root/source3/python/py_samba.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-11 04:53:16 +0000
committerTim Potter <tpot@samba.org>2002-09-11 04:53:16 +0000
commit3600395b373acb48379d8500eaf2aaa11805ab08 (patch)
tree6fb41bbc789dc0f79bbcbf2ad6665406a7e09d30 /source3/python/py_samba.c
parent18e72f5facd1f87193b5295cc4d081d1d04374f5 (diff)
downloadsamba-3600395b373acb48379d8500eaf2aaa11805ab08.tar.gz
samba-3600395b373acb48379d8500eaf2aaa11805ab08.tar.bz2
samba-3600395b373acb48379d8500eaf2aaa11805ab08.zip
Fix some dodgy stuff that accidentally was committed.
(This used to be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)
Diffstat (limited to 'source3/python/py_samba.c')
-rw-r--r--source3/python/py_samba.c8
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();