From 3600395b373acb48379d8500eaf2aaa11805ab08 Mon Sep 17 00:00:00 2001
From: Tim Potter <tpot@samba.org>
Date: Wed, 11 Sep 2002 04:53:16 +0000
Subject: Fix some dodgy stuff that accidentally was committed. (This used to
 be commit d6d0f121d95b79d4acc68354b35fb0fb3e42e1c0)

---
 source3/python/py_samba.c | 8 --------
 1 file changed, 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();
-- 
cgit