Fix uuid namespace

This commit is contained in:
Mircea Ulinic 2016-12-01 14:04:43 +00:00
parent b430dac99e
commit 6f13962478

View File

@ -38,7 +38,7 @@ __all__ = [
'SerializerExtension'
]
GLOBAL_UUID = '91633EBF-1C86-5E33-935A-28061F4B480E'
GLOBAL_UUID = uuid.UUID('91633EBF-1C86-5E33-935A-28061F4B480E')
# To dump OrderedDict objects as regular dicts. Used by the yaml
# template filter.