Merge remote-tracking branch 'upstream/master' into python-registry-v2

This commit is contained in:
Jake Moshenko 2015-09-04 16:32:01 -04:00
commit 210ed7cf02
148 changed files with 1829 additions and 445 deletions

View file

@ -111,6 +111,9 @@ class BaseStorage(StoragePaths):
return bytes_copied
def copy_to(self, destination, path):
raise NotImplementedError
class InvalidChunkException(RuntimeError):
pass
@ -141,4 +144,3 @@ class BaseStorageV2(BaseStorage):
Returns nothing.
"""
raise NotImplementedError