projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558b55b
)
dont define the 'display' global
author
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 08:54:09 +0000
(08:54 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 08:54:09 +0000
(08:54 +0000)
src/python.cc
patch
|
blob
|
history
diff --git
a/src/python.cc
b/src/python.cc
index e995ea116731314a248693597ac78e15ea952d48..040d70206d44f26c49103ae7f2c571ed3420d373 100644
(file)
--- 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__");