diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-31 09:23:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-31 09:23:23 +0000 |
| commit | ff94208ce0f571139d12d61d8c6c1cadcb98e294 (patch) | |
| tree | 27fdd19ddd0ea27d92899b82f28070043b274f33 /src/python.cc | |
| parent | 3d8a035a9a230b729bc0c0c6ed6cee95169bd51e (diff) | |
typo
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 2144ab4a..874ad638 100644 --- a/src/python.cc +++ b/src/python.cc @@ -28,7 +28,7 @@ void python_init(char *argv0) init_ob(); // prepend the openbox directories for python scripts to the sys path PyRun_SimpleString("import sys"); - PyRun_SimpleString("sys.path.insert('0, " SCRIPTDIR "')"); + PyRun_SimpleString("sys.path.insert(0, '" SCRIPTDIR "')"); PyRun_SimpleString(const_cast<char*>(("sys.path.insert(0, '" + otk::expandTilde("~/.openbox/python") + "')").c_str())); |
