]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
update to cleaned up otk api
[chaz/openbox] / src / python.cc
index e338b02cc9a0fb39a6d6fab96a07836792bca13a..2c2f9ae3b90c6c467ae87e6d6c651f11e7c48777 100644 (file)
@@ -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}
 };
This page took 0.024975 seconds and 4 git commands to generate.