]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix a missing comma in the last patch. refs #1295
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 14 Mar 2012 23:50:40 +0000 (23:50 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 14 Mar 2012 23:50:40 +0000 (23:50 +0000)
src/allmydata/_auto_deps.py

index f0195b1c0b73a441b75c30a772b3efb3cfc8beb2..fc68c6c359c85c48041d78fab6789ae4d2ebf02c 100644 (file)
@@ -106,7 +106,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",
 ]