Refactor the DataLayerDepResolver into just a generic DepResolver.

This commit is contained in:
Mike Auty
2016-01-15 01:47:58 +00:00
parent ade1e9057f
commit 1c2cb77ea3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class CommandLine(object):
# Determine the selected plugin
# Resolve the dependencies on that plugin
dldr = depresolver.DataLayerDependencyResolver()
dldr = depresolver.DependencyResolver()
dependencies = dldr.build_tree(plugin)
# UI fills in the config: