fix typo (and test if Travis build still breaks, after PR312)

This commit is contained in:
Paul Franklin 2017-01-01 09:44:53 -08:00
parent b06c101a8a
commit e343d55044

View File

@ -140,7 +140,7 @@ class BasePluginManager:
continue continue
plugins_to_load.append(plugin) plugins_to_load.append(plugin)
# next, sort on dependencies # next, sort on dependencies
# Probably a more effecient method to get dependency graph: # Probably a more efficient method to get dependency graph:
plugins_sorted = [] plugins_sorted = []
count = 0 count = 0
max_count = len(plugins_to_load) max_count = len(plugins_to_load)