summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-18 10:17:38 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-18 10:17:38 +0000
commit2dd6635be7cb3f07b818eeec45e64a0b795d4e87 (patch)
treeafd4740cb7e114e935ba987e164dff7dcdc4a59a /morphlib/morph2.py
parenta859a3377f488ef11ebed2631dbd51b2aa82afe4 (diff)
parented0385399dbd3cfffb9af5838456efbb9183bd48 (diff)
downloadmorph-2dd6635be7cb3f07b818eeec45e64a0b795d4e87.tar.gz
Merge branch 'baserock/richardmaw/S10407/field-order'
Reviewed-by: Lars Wirzenius
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index fd72aa94..cc6ce926 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -238,7 +238,7 @@ class Morphology(object):
to set default values during construction.
'''
- output_dict = OrderedDict()
+ output_dict = {}
for key in live_dict.keys():
if key.startswith('_orig_'):