X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=osm_common%2Fmsgbase.py;fp=osm_common%2Fmsgbase.py;h=80c5be573422758606308b4bf43bb84b1d165df1;hp=49adcb8d1a8530733f8b54c9204e0440e2e4bb34;hb=3dd0db6efaab109fa1bd43395fbbddecf1eb73d4;hpb=3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1 diff --git a/osm_common/msgbase.py b/osm_common/msgbase.py index 49adcb8..80c5be5 100644 --- a/osm_common/msgbase.py +++ b/osm_common/msgbase.py @@ -15,11 +15,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import logging from http import HTTPStatus -from osm_common.common_utils import FakeLock +import logging from threading import Lock +from osm_common.common_utils import FakeLock + __author__ = "Alfonso Tierno "