dont define the 'display' global
This commit is contained in:
parent
558b55b0c3
commit
007e17d32b
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ void python_init(char *argv0)
|
|||
PyRun_SimpleString("from openbox import *;");
|
||||
// set up convenience global variables
|
||||
PyRun_SimpleString("openbox = Openbox_instance()");
|
||||
PyRun_SimpleString("display = OBDisplay_display()");
|
||||
|
||||
// set up access to the python global variables
|
||||
PyObject *obmodule = PyImport_AddModule("__main__");
|
||||
|
|
Loading…
Reference in a new issue