From a4b751181d40d3aca6cdb6e7b78b88bc4428fad0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 6 Dec 2011 14:35:11 +0000 Subject: give Builder class the cliapp.Application as argument This is simpler than giving each separate little thing we need from there. --- morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morph') diff --git a/morph b/morph index 96987fa8..e814eb7f 100755 --- a/morph +++ b/morph @@ -56,7 +56,7 @@ class Morph(cliapp.Application): def cmd_build(self, args): tempdir = morphlib.tempdir.Tempdir() - builder = morphlib.builder.Builder(tempdir, self.msg, self.settings) + builder = morphlib.builder.Builder(tempdir, self) if not os.path.exists(self.settings['cachedir']) and os.getuid() != 0: os.mkdir(self.settings['cachedir']) -- cgit v1.2.1