]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
clean up transient's parent's reference in destructor
[chaz/openbox] / src / python.cc
index e5224921a1ee327e36efea20899c3e7f81912460..60c3e012f2b4d3929897ed3471a53fdedd77cb8b 100644 (file)
@@ -352,6 +352,11 @@ void python_init(char *argv0)
   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);
This page took 0.022364 seconds and 4 git commands to generate.