diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-22 08:49:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-22 08:49:59 +0000 |
| commit | 3cf5a8b6dd5b09a8550c9ecfc19f8e0e884778cc (patch) | |
| tree | 4a053082cbb6f8ad826c49a378017dbfb2c976d2 /src/python.cc | |
| parent | 065c6efa774ac144665f340f6c3578ab74e05c7b (diff) | |
remove python from our c++ objects. going to try out swig
Diffstat (limited to 'src/python.cc')
| -rw-r--r-- | src/python.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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); } } |
