From: Daira Hopwood Date: Thu, 5 Sep 2013 16:43:53 +0000 (+0100) Subject: Wed Mar 14 23:50:40 GMT 2012 david-sarah@jacaranda.org X-Git-Url: https://git.rkrishnan.org/(%5B%5E?a=commitdiff_plain;h=0d55154853cc9ef22f349261dfd9d6cee45981c5;p=tahoe-lafs%2Ftahoe-lafs.git Wed Mar 14 23:50:40 GMT 2012 david-sarah@jacaranda.org * Fix a missing comma in the last patch. refs #1295 --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index da5806cb..7b66fa3f 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -114,7 +114,7 @@ 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." + "twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead.", "the sets module is deprecated", ]