Migrate from cnr -> appr

This commit is contained in:
Antoine Legrand 2017-07-31 19:18:34 +02:00
parent fe6760749a
commit 6336a4a971
16 changed files with 106 additions and 68 deletions

View file

@ -112,7 +112,7 @@ class AppRegistryDataInterface(object):
pass
@abstractmethod
def store_blob(self, cnrblob, content_media_type):
def store_blob(self, apprblob, content_media_type):
"""
Upload the blob content to a storage location and creates a Blob entry in the DB.