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 cdb7d431..719c667d 100644 --- a/src/python.cc +++ b/src/python.cc @@ -34,7 +34,7 @@ void python_init(char *argv0) otk::expandTilde("~/.openbox/python") + "')").c_str())); // import the otk and openbox modules into the main namespace - PyRun_SimpleString("from otk import *; from openbox import *;"); + PyRun_SimpleString("from openbox import *;"); // set up convenience global variables PyRun_SimpleString("openbox = Openbox_instance()"); PyRun_SimpleString("display = OBDisplay_display()"); |
