From 678bb52123bde0b71037393827c03f6b17904a60 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 06:40:31 +0000 Subject: stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh --- src/python.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python.cc') 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()"); -- cgit v1.2.3