summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 15:20:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 15:50:00 +0000
commitbe8ffd80be76c12a268b7199e5e05772f18cd30a (patch)
tree24be39bd8c614e9c96d0ddcb5cc2d78dc05325f5 /morphlib/morph2.py
parentd3e386a632cd9a45c74cfcdeb44e1310616c52d5 (diff)
downloadmorph-be8ffd80be76c12a268b7199e5e05772f18cd30a.tar.gz
Legacy morph code: Also dump in specified order
This rips out any remaining order-preserving code and instead uses the yaml dumper from morphloader.
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_'):