raise NotImplementedError on StreamCreator._blob_finished (sanity check)

This commit is contained in:
Jack Robison 2017-09-07 11:53:58 -04:00
parent c53a189605
commit 1148a533bf
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -27,7 +27,7 @@ class StreamCreator(object):
self.finished_deferreds = []
def _blob_finished(self, blob_info):
pass
raise NotImplementedError()
def registerProducer(self, producer, streaming):