X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffsbase.py;h=7e696130d0057073fdcb56f22009ef29c66b297a;hb=b95cca6f0bd7e6c20e5ec945def54565de6ac02f;hp=208ab87f4baa9eb01d7e41095893acc78834a607;hpb=13a71fb5070a5d14134d517023377fb4687afeab;p=osm%2Fcommon.git diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 208ab87..7e69613 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py @@ -82,3 +82,6 @@ class FsBase(object): def file_delete(self, storage, ignore_non_exist=False): raise FsException("Method 'file_delete' not implemented") + + def sync(self): + raise FsException("Method 'sync' not implemented")