Commit 3908d50b by Michael DeHaan

Tolerate no module search path.

parent 1b7f7aa5
......@@ -126,6 +126,7 @@ class PluginLoader(object):
ret.append(fullpath)
# look in any configured plugin paths, allow one level deep for subcategories
if self.config is not None:
configured_paths = self.config.split(os.pathsep)
for path in configured_paths:
path = os.path.realpath(os.path.expanduser(path))
......
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