X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Fcommon_utils.py;h=ff7bc6dd03662c6a65e9fde4ffc9840a4e5b7f81;hb=3d82ba2cc4c3ebb340a88400aaa4a8d3683806a1;hp=4cb58575938d96308c6cff0ddc32ee2925bddb75;hpb=1e9a329ca0085be33665e35d123394905bc46d74;p=osm%2Fcommon.git diff --git a/osm_common/common_utils.py b/osm_common/common_utils.py index 4cb5857..ff7bc6d 100644 --- a/osm_common/common_utils.py +++ b/osm_common/common_utils.py @@ -21,6 +21,7 @@ __author__ = "Alfonso Tierno " class FakeLock: """Implements a fake lock that can be called with the "with" statement or acquire, release methods""" + def __enter__(self): pass