From 007e17d32b16b1df6c5267c9f8701d315c0c3805 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 08:54:09 +0000 Subject: [PATCH] dont define the 'display' global --- src/python.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python.cc b/src/python.cc index e995ea11..040d7020 100644 --- a/src/python.cc +++ b/src/python.cc @@ -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__"); -- 2.39.2