X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpython.cc;h=2c2f9ae3b90c6c467ae87e6d6c651f11e7c48777;hb=68194ce957db36ead19a39fdc7636a220befafe9;hp=e338b02cc9a0fb39a6d6fab96a07836792bca13a;hpb=06de24ec6666578759eff2b348e50f5e8e20f3bd;p=chaz%2Fopenbox 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} };