Remove redundant call to _get_path() in PluginLoader.find_plugin()

pull/4420/head
Stoned Elipot 2013-06-30 16:38:26 +02:00
parent d61a65ff08
commit b7f89837bb
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ class PluginLoader(object):
suffix = ".py"
if not self.class_name:
suffix = ""
paths = self._get_paths()
for i in self._get_paths():
path = os.path.join(i, "%s%s" % (name, suffix))