diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:16:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:16:42 +0000 |
| commit | c8e246f8de5af9963b22cc104d22ca10772028dd (patch) | |
| tree | 217eb7e90aa102fdf72bb8713fc5d30ecf4fc2f8 /src/python.cc | |
| parent | e0878c9fc2db8843891816e65917fbcfd1e94cbb (diff) | |
include the all otk stuff into the openbox python module. rename widget.hh to stop conflicting with the one in otk/
Diffstat (limited to 'src/python.cc')
| -rw-r--r-- | src/python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.cc b/src/python.cc index 9ea93b4d..b1e19ed2 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 otk import *; from openbox import *;"); + PyRun_SimpleString("from openbox import *;"); PyRun_SimpleString("openbox = Openbox_instance()"); PyRun_SimpleString("display = OBDisplay_display()"); |
