summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-07 11:09:00 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-07 11:09:00 +0000
commitcc7ac2b0820222053e15c953e8e02c7bbff1ad4d (patch)
tree250557ebe03ddc202823ba93a4148a519874c186 /morphlib/morph2.py
parente50d00fe20126c05c96d77bfadcf99ef3f58acf5 (diff)
downloadmorph-cc7ac2b0820222053e15c953e8e02c7bbff1ad4d.tar.gz
Make configuration-extensions have a default value
This saves a check (and an indentation) in the deployment plugin, making the code a tiny bit simpler. Suggested-By: Sam Thursfield
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index 3a3ad679..6e24765e 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -49,7 +49,8 @@ class Morphology(object):
('strata', []),
('description', ''),
('arch', None),
- ('system-kind', None)
+ ('system-kind', None),
+ ('configuration-extensions', []),
]
}