diff options
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 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()"); |
