summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorDan Firth <dan.firth@codethink.co.uk>2013-10-07 09:09:30 +0000
committerDan Firth <dan.firth@codethink.co.uk>2013-10-07 09:09:30 +0000
commitd9b77f6e78e1bfa6c8cc9b55becf1280ad5c018d (patch)
tree0a0ef96b4bda755d89446e159829cdd0302c55b1 /morphlib/morph2.py
parentdf64e4300d7b39c29ce75273196a7894c86a98a9 (diff)
downloadmorph-d9b77f6e78e1bfa6c8cc9b55becf1280ad5c018d.tar.gz
Added 'description' field to static defaults for cluster morphologies
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index 6975e699..4e0b3098 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -61,7 +61,9 @@ class Morphology(object):
('system-kind', None),
('configuration-extensions', []),
],
- 'cluster': []
+ 'cluster': [
+ ('description', ''),
+ ],
}
@staticmethod