]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
dont define the 'display' global
[chaz/openbox] / src / python.cc
index e995ea116731314a248693597ac78e15ea952d48..040d70206d44f26c49103ae7f2c571ed3420d373 100644 (file)
@@ -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__");
This page took 0.022209 seconds and 4 git commands to generate.