[CalendarServer-changes] [11711] CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/ test_log.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 17 16:02:23 PDT 2013


Revision: 11711
          http://trac.calendarserver.org//changeset/11711
Author:   glyph at apple.com
Date:     2013-09-17 16:02:23 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
coding standard: no spaces between {} and dictionary content

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py

Modified: CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py
===================================================================
--- CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py	2013-09-17 23:02:23 UTC (rev 11710)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/test/test_log.py	2013-09-17 23:02:23 UTC (rev 11711)
@@ -968,7 +968,7 @@
         log = TestLegacyLogger()
 
         exception = RuntimeError("Oh me, oh my.")
-        kwargs = { "foo": "bar", "obj": object() }
+        kwargs = {"foo": "bar", "obj": object()}
         why = "Because I said so."
         bogus = object()
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/8b933c7b/attachment-0001.html>


More information about the calendarserver-changes mailing list