mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix uuid namespace
This commit is contained in:
parent
b430dac99e
commit
6f13962478
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user