From 3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Dec 2002 08:49:59 +0000 Subject: remove python from our c++ objects. going to try out swig --- src/python.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/python.cc') diff --git a/src/python.cc b/src/python.cc index 0d5c90cb..5a4d1bcf 100644 --- a/src/python.cc +++ b/src/python.cc @@ -37,8 +37,6 @@ static PyMethodDef OBMethods[] = { void initopenbox() { - OBClient_Type.ob_type = &PyType_Type; - Py_InitModule("openbox", OBMethods); } } -- cgit v1.2.3