X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=osm_common%2Ffsbase.py;fp=osm_common%2Ffsbase.py;h=a03fb324aaf8bbbe8e32103beee693c5ef80e8a4;hp=219dbe158913ab8982edac82d5ff08845b4eef7f;hb=3dd0db6efaab109fa1bd43395fbbddecf1eb73d4;hpb=3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1 diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 219dbe1..a03fb32 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py @@ -16,11 +16,13 @@ # 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 "