Added reverse sync
[osm/common.git] / osm_common / fslocal.py
index 45ae828..3686b36 100644 (file)
@@ -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