summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-17 15:26:02 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-18 18:29:25 +0100
commit214c3f223c889199ae783e1cab555c09fcd64b4d (patch)
tree106857729672748c26b38d8be4641013c1acd66d /morphlib/morph2.py
parent469dde8a618c918b345745e885e0e7da5122e972 (diff)
downloadmorph-214c3f223c889199ae783e1cab555c09fcd64b4d.tar.gz
Have a default 'chunks' field in a chunk morphology
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index dbbf0c68..b5517f46 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -31,6 +31,7 @@ class Morphology(object):
('build-commands', []),
('test-commands', []),
('install-commands', []),
+ ('chunks', {}),
('sources', []),
('strata', []),
('max-jobs', None),