X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=python%2Fcumulus%2Fstore%2Ffile.py;fp=python%2Fcumulus%2Fstore%2Ffile.py;h=e2da34a2ae718b445909781c39f8d2f9fa8f1249;hp=83044017ecf497dc6ea06e1fdf6ac354d80dc0da;hb=5b69b1ec0eeba473dfd2c40de41075a49a147e93;hpb=8f92b619b6c3ca8758c102d29b33ca1d2b43f568 diff --git a/python/cumulus/store/file.py b/python/cumulus/store/file.py index 8304401..e2da34a 100644 --- a/python/cumulus/store/file.py +++ b/python/cumulus/store/file.py @@ -29,9 +29,6 @@ class FileStore(cumulus.store.Store): self.path = url self.prefix = self.path.rstrip("/") - def _get_path(self, type, name): - return os.path.join(self.prefix, type, name) - def list(self, subdir): try: return os.listdir(os.path.join(self.prefix, subdir))