summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-18 18:40:43 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-19 12:07:46 +0000
commit749948736178b7df4e8c52a3dddf16f83359dcfc (patch)
treeabe1b191ca0a18d4976ec59896ca60bddb65febd /morph
parent85069b20d623b93154fb3858eaae0e978fd6a2e6 (diff)
downloadmorph-749948736178b7df4e8c52a3dddf16f83359dcfc.tar.gz
Apply code review changes and fix a bug when clearing dependencies.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 0 insertions, 1 deletions
diff --git a/morph b/morph
index 413944db..729b4323 100755
--- a/morph
+++ b/morph
@@ -199,7 +199,6 @@ class Morph(cliapp.Application):
# compute a build order from the graph
blobs, order = graph.build_order()
- sort_func = (lambda x,y : cmp(str(x), str(y)))
self.output.write('build order:\n')
for group in order:
self.output.write(' group:\n')