X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffslocal.py;h=3686b364c5844343e1b99747f06ce0d5376a7954;hb=4ce854c2cfcdddf4d049ee312182c65832b3f5d4;hp=45ae828f5cf83fb58a410bef8fb3764ecc72b57f;hpb=b07e4ef6e44bae6044be7420d982406ab0122275;p=osm%2Fcommon.git diff --git a/osm_common/fslocal.py b/osm_common/fslocal.py index 45ae828..3686b36 100644 --- a/osm_common/fslocal.py +++ b/osm_common/fslocal.py @@ -182,3 +182,6 @@ class FsLocal(FsBase): def sync(self, from_path=None): pass # Not needed in fslocal + + def reverse_sync(self, from_path): + pass # Not needed in fslocal