summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-20 15:38:49 +0000
committerDana Jansens <danakj@orodu.net>2002-12-20 15:38:49 +0000
commit68194ce957db36ead19a39fdc7636a220befafe9 (patch)
treec405d332e6189babdb2ffc055a075cb718176f17 /src/python.cc
parent06de24ec6666578759eff2b348e50f5e8e20f3bd (diff)
update to cleaned up otk api
Diffstat (limited to 'src/python.cc')
-rw-r--r--src/python.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python.cc b/src/python.cc
index e338b02c..2c2f9ae3 100644
--- a/src/python.cc
+++ b/src/python.cc
@@ -5,7 +5,7 @@
#endif
#include "python.hh"
-#include "python_client.hh"
+#include "client.hh"
#include "openbox.hh"
namespace ob {
@@ -28,8 +28,8 @@ static PyMethodDef OBMethods[] = {
{"shit", shit, METH_VARARGS,
"Do some shit, yo!"},
- {"get_client_dict", get_client_dict, METH_VARARGS,
- "Get the list of all clients"},
+/* {"get_client_dict", get_client_dict, METH_VARARGS,
+ "Get the list of all clients"},*/
{NULL, NULL, 0, NULL}
};