Skip to content
Snippets Groups Projects
Commit 4eb236a1 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix old compatibility error

parent 2d59c4a2
No related branches found
No related tags found
No related merge requests found
Pipeline #14763 passed with warnings
......@@ -292,6 +292,9 @@ StationTypeType.Core = StationTypeType._CF_enumeration.addEnumeration(unicode_va
StationTypeType.Remote = StationTypeType._CF_enumeration.addEnumeration(unicode_value='Remote', tag='Remote')
StationTypeType.International = StationTypeType._CF_enumeration.addEnumeration(unicode_value='International',
tag='International')
StationTypeType.Europe = StationTypeType._CF_enumeration.addEnumeration(unicode_value='Europe',
tag='Europe')
StationTypeType._InitializeFacetMap(StationTypeType._CF_enumeration)
Namespace.addCategoryObject('typeBinding', 'StationTypeType', StationTypeType)
_module_typeBindings.StationTypeType = StationTypeType
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment