X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Flcm_utils.py;fp=osm_lcm%2Flcm_utils.py;h=cb741181991c095078b5b1df416f0c4f8ec912ab;hb=f578e55acd56e8bb15bda3604f9192280988105c;hp=b53f191850e5ec7aa407ada672fcf99aa5a35bc0;hpb=b6541cffbe081db8ad0e60b6842c47974ba33a33;p=osm%2FLCM.git diff --git a/osm_lcm/lcm_utils.py b/osm_lcm/lcm_utils.py index b53f191..cb74118 100644 --- a/osm_lcm/lcm_utils.py +++ b/osm_lcm/lcm_utils.py @@ -12,6 +12,10 @@ class LcmException(Exception): pass +class LcmExceptionNoMgmtIP(LcmException): + pass + + def versiontuple(v): """utility for compare dot separate versions. Fills with zeros to proper number comparison package version will be something like 4.0.1.post11+gb3f024d.dirty-1. Where 4.0.1 is the git tag, postXX is the