Tolerate no module search path.

pull/9192/head
Michael DeHaan 10 years ago
parent 1b7f7aa597
commit 3908d50b03

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

Loading…
Cancel
Save