]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Since DeprecationWarning about twisted.internet.interfaces.IFinishableConsumer is...
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 14 Jun 2012 21:33:15 +0000 (21:33 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 14 Jun 2012 21:33:15 +0000 (21:33 +0000)
src/allmydata/_auto_deps.py

index ddc670e6fef155f18eafd40d4a1b33bfbec55628..08557aac4c4d32e80e9bf536b349dbd8335e602f 100644 (file)
@@ -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",
 ]