summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
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}
};