X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffsbase.py;h=208ab87f4baa9eb01d7e41095893acc78834a607;hb=13a71fb5070a5d14134d517023377fb4687afeab;hp=87d974d522c1568e43a2bbefaed61c855c1fc395;hpb=54a5464d6d6d64cfd083ecda739b796d63a860b2;p=osm%2Fcommon.git diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 87d974d..208ab87 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py @@ -65,6 +65,9 @@ class FsBase(object): def dir_rename(self, src, dst): raise FsException("Method 'dir_rename' not implemented") + def dir_ls(self, storage): + raise FsException("Method 'dir_ls' not implemented") + def file_exists(self, storage): raise FsException("Method 'file_exists' not implemented")