summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:40:31 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:40:31 +0000
commit678bb52123bde0b71037393827c03f6b17904a60 (patch)
tree718816bb0db646d968f5ac51071dd43a76557ab7 /src/python.cc
parenta6f1d6b82fbc582aa37e11d1733f36db2bdd21d8 (diff)
stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh
Diffstat (limited to 'src/python.cc')
-rw-r--r--src/python.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.cc b/src/python.cc
index b1e19ed2..9ea93b4d 100644
--- a/src/python.cc
+++ b/src/python.cc
@@ -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 openbox import *;");
+ PyRun_SimpleString("from otk import *; from openbox import *;");
PyRun_SimpleString("openbox = Openbox_instance()");
PyRun_SimpleString("display = OBDisplay_display()");