X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffsbase.py;fp=osm_common%2Ffsbase.py;h=60c0c0fb5bba65a3fcd7ba55c61b468c10407397;hb=3054f783ac759b221233fd0a82424aa105e4ea2e;hp=7b6cd0c9e342997966982e5b80c4905bc1e7d965;hpb=5c012612f1292b012dc12b337c611c6f3c083b18;p=osm%2Fcommon.git diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 7b6cd0c..60c0c0f 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py @@ -40,4 +40,3 @@ class FsBase(object): def file_delete(self, storage, ignore_non_exist=False): pass -