Add creation date and time metadata, preserver metadata order with SortedDict

This commit is contained in:
Roberto Rosario
2012-10-08 11:57:08 -04:00
parent 77bbb5c048
commit e9817ee1ac
3 changed files with 8 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ class FixtureMetadata(object):
fixture.
"""
_registry = {}
_registry = SortedDict()
@classmethod
def get_all(cls):