Commit c8e62d8d authored by Andreas Jung's avatar Andreas Jung

added lib/python/third_party/docutils to sys.path

parent 273ba24d
......@@ -376,6 +376,7 @@ class PathInit:
dir, file = os.path.split(self.home)
if file == 'bin': self.home = dir
sys.path.insert(0, os.path.join(self.home, self.libdir))
sys.path.insert(0, os.path.join(self.home, self.libdir, 'third_party', 'docutils'))
self.cwd = os.path.realpath(os.getcwd())
# Hack again for external products.
if libdir:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment