]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
include the all otk stuff into the openbox python module. rename widget.hh to stop...
[chaz/openbox] / src / python.cc
index 9ea93b4d5b5c7d61d26fa4533c41ca9bc169edd6..b1e19ed26c81fba4d0f4223fd0b76a8c80aa1a35 100644 (file)
@@ -31,7 +31,7 @@ void python_init(char *argv0)
                                         otk::expandTilde("~/.openbox/python") +
                                         "')").c_str()));
 //  PyRun_SimpleString("from _otk import *; from _openbox import *;");
-  PyRun_SimpleString("from otk import *; from openbox import *;");
+  PyRun_SimpleString("from openbox import *;");
   PyRun_SimpleString("openbox = Openbox_instance()");
   PyRun_SimpleString("display = OBDisplay_display()");
 
This page took 0.02153 seconds and 4 git commands to generate.