[Checkins] SVN: zope.sendmail/trunk/src/zope/sendmail/tests/test_directives.py wrap a long line

Fred L. Drake, Jr. fdrake at gmail.com
Tue Oct 23 10:54:55 EDT 2007


Log message for revision 80961:
  wrap a long line

Changed:
  U   zope.sendmail/trunk/src/zope/sendmail/tests/test_directives.py

-=-
Modified: zope.sendmail/trunk/src/zope/sendmail/tests/test_directives.py
===================================================================
--- zope.sendmail/trunk/src/zope/sendmail/tests/test_directives.py	2007-10-23 12:13:40 UTC (rev 80960)
+++ zope.sendmail/trunk/src/zope/sendmail/tests/test_directives.py	2007-10-23 14:54:54 UTC (rev 80961)
@@ -67,7 +67,8 @@
         zcml = zcmlfile.read()
         zcmlfile.close()
 
-        self.context = xmlconfig.string(zcml.replace('path/to/tmp/mailbox', self.mailbox))
+        self.context = xmlconfig.string(
+            zcml.replace('path/to/tmp/mailbox', self.mailbox))
         self.orig_maildir = delivery.Maildir
         delivery.Maildir = MaildirStub
 



More information about the Checkins mailing list