diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:54:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:54:09 +0000 |
| commit | 007e17d32b16b1df6c5267c9f8701d315c0c3805 (patch) | |
| tree | 6fa31aa8f9cd0b5ef23e7b5638d82ab6741efc9c /src/python.cc | |
| parent | 558b55b0c31a3cf6a7006aa78a22a4d7002d9804 (diff) | |
dont define the 'display' global
Diffstat (limited to 'src/python.cc')
| -rw-r--r-- | src/python.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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__"); |
