all repos — openbox @ f5f0a2c2eda2ea8cb3cd5eecbe2b7e459ae5ba2e

openbox fork - make it a bit more like ryudo

add some todo shit
Dana Jansens danakj@orodu.net
commit

f5f0a2c2eda2ea8cb3cd5eecbe2b7e459ae5ba2e

parent

527697d6aee92ab3780eb34af158ac9d2207939c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/python.ccsrc/python.cc

@@ -352,6 +352,11 @@ init_openbox();

PyRun_SimpleString("from _otk import *; from _openbox import *;"); PyRun_SimpleString("openbox = Openbox_instance()"); + /* XXX + sys.path.append('stuff') + install the .py wrappers, and include their path with this, then import em + */ + // set up access to the python global variables PyObject *obmodule = PyImport_AddModule("__main__"); obdict = PyModule_GetDict(obmodule);