summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-24 14:16:52 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-24 14:16:52 +0000
commit9cbc9f8a8e27de2fad5b5d8d78e380b801217f18 (patch)
treea2a7c0a8640a478f5a92feba5a8f28797cc12241
parent837365e118e0e05f0a2b71a7c345734a4ea28fb7 (diff)
downloadmorph-9cbc9f8a8e27de2fad5b5d8d78e380b801217f18.tar.gz
Fix remnants of old code
I'm so stupid it hurts
-rw-r--r--morphlib/builder.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index a1ed165c..2098d33e 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -195,10 +195,6 @@ class Chunk(BinaryBlob):
self.run_sequentially('test', self.morph.test_commands)
self.run_sequentially('install', self.morph.install_commands)
- def run_some_commands(self, what, commands):
-
- def run_install_commands(self, commands):
-
def run_sequentially(self, what, commands):
self.msg('commands: %s' % what)
self.ex.run(commands)