From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 16:44:09 +0000 (+0100)
Subject: Thu Jun 14 22:33:15 BST 2012  david-sarah@jacaranda.org
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/index.html?a=commitdiff_plain;h=6c04137f9d81ee1bc997a57cd8c6a8d86978178f;p=tahoe-lafs%2Ftahoe-lafs.git

Thu Jun 14 22:33:15 BST 2012  david-sarah@jacaranda.org
  * 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 7b66fa3f..aa649ce5 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -114,7 +114,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",
 ]