summaryrefslogtreecommitdiff
path: root/morphlib/plugins/graphing_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/graphing_plugin.py')
-rw-r--r--morphlib/plugins/graphing_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/graphing_plugin.py b/morphlib/plugins/graphing_plugin.py
index 5e25bd5c..3594e9b9 100644
--- a/morphlib/plugins/graphing_plugin.py
+++ b/morphlib/plugins/graphing_plugin.py
@@ -35,7 +35,7 @@ class GraphingPlugin(cliapp.Plugin):
self.app.status(msg='Creating build order for '
'%(repo_name)s %(ref)s %(filename)s',
repo_name=repo_name, ref=ref, filename=filename)
- builder = morphlib.app.BuildCommand(self.app)
+ builder = morphlib.buildcommand.BuildCommand(self.app)
order = builder.compute_build_order(repo_name, ref, filename)
basename, ext = os.path.splitext(filename)