storage: fix NotImplementedError message for import_data()

This commit is contained in:
Rusty Bird 2018-10-29 20:21:42 +00:00
parent 73db2751b8
commit 7e4812a525
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -201,7 +201,7 @@ class Volume:
This can be implemented as a coroutine.
'''
raise self._not_implemented("import")
raise self._not_implemented("import_data")
def import_data_end(self, success):
''' End the data import operation. This may be used by pool