From: david-sarah Date: Thu, 14 Jun 2012 21:33:15 +0000 (+0000) Subject: Since DeprecationWarning about twisted.internet.interfaces.IFinishableConsumer is... X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=2c4ea1df5fbf89c5dd54840c176433e61e6dc885 Since DeprecationWarning about twisted.internet.interfaces.IFinishableConsumer is suppressed globally, it doesn't need to be suppressed during import. refs #1295 --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index ddc670e6..08557aac 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -105,7 +105,6 @@ deprecation_messages = [ "The popen2 module is deprecated. Use the subprocess module.", "the md5 module is deprecated; use hashlib instead", "twisted.web.error.NoResource is deprecated since Twisted 9.0. See twisted.web.resource.NoResource.", - "twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead.", "the sets module is deprecated", ]