Don't clear paths when adding a new directory path in PluginLoader

pull/4420/head
James Cammarata 2014-09-30 09:43:40 -05:00
parent cf548baeab
commit 05994cd900
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ class PluginLoader(object):
def add_directory(self, directory, with_subdir=False):
''' Adds an additional directory to the search path '''
self._paths = None
directory = os.path.realpath(directory)
if directory is not None: