From be8ffd80be76c12a268b7199e5e05772f18cd30a Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 17 Feb 2014 15:20:44 +0000 Subject: Legacy morph code: Also dump in specified order This rips out any remaining order-preserving code and instead uses the yaml dumper from morphloader. --- morphlib/morph2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/morph2.py') 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_'): -- cgit v1.2.1