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