X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpython.cc;h=9ea93b4d5b5c7d61d26fa4533c41ca9bc169edd6;hb=678bb52123bde0b71037393827c03f6b17904a60;hp=b1e19ed26c81fba4d0f4223fd0b76a8c80aa1a35;hpb=c8e246f8de5af9963b22cc104d22ca10772028dd;p=chaz%2Fopenbox 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()");