X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fpub%2Futils%2Fenumutil.py;h=48e4ffe9afb3610d2a36d2faf17d26da102de857;hb=refs%2Fchanges%2F05%2F16705%2F1;hp=9656f7de41f7ef5be53534ac731d728184ac8532;hpb=ba64ce23c5572b0de5e5596a479d9090115009e4;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/pub/utils/enumutil.py b/lcm/lcm/pub/utils/enumutil.py index 9656f7de..48e4ffe9 100644 --- a/lcm/lcm/pub/utils/enumutil.py +++ b/lcm/lcm/pub/utils/enumutil.py @@ -12,5 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. + def enum(**enums): return type('Enum', (), enums)