mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-19 08:16:19 +00:00
Make it new-style.
This commit is contained in:
parent
5ac631047c
commit
f606420d78
@ -22,7 +22,7 @@ from allmydata.util.consumer import MemoryConsumer, download_to_data
|
||||
|
||||
@implementer(IPushProducer)
|
||||
@implementer(IPullProducer)
|
||||
class Producer:
|
||||
class Producer(object):
|
||||
"""Can be used as either streaming or non-streaming producer.
|
||||
|
||||
If used as streaming, the test should call iterate() manually.
|
||||
|
Loading…
x
Reference in New Issue
Block a user