parent
d6fd9a07c2
commit
ab166c4448
14 changed files with 3 additions and 413 deletions
|
@ -35,10 +35,6 @@ class StoragePaths(object):
|
|||
base_path = self._image_path(storage_uuid)
|
||||
return '{0}files.trie'.format(base_path)
|
||||
|
||||
def image_file_diffs_path(self, storage_uuid):
|
||||
base_path = self._image_path(storage_uuid)
|
||||
return '{0}diffs.json'.format(base_path)
|
||||
|
||||
|
||||
class BaseStorage(StoragePaths):
|
||||
def __init__(self):
|
||||
|
|
Reference in a new issue