[CalendarServer-changes] [2684] CalendarServer/branches/users/sagen/xmpp/twistedcaldav/notify.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 11 10:44:32 PDT 2008


Revision: 2684
          http://trac.macosforge.org/projects/calendarserver/changeset/2684
Author:   wsanchez at apple.com
Date:     2008-07-11 10:44:31 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/xmpp/twistedcaldav/notify.py

Modified: CalendarServer/branches/users/sagen/xmpp/twistedcaldav/notify.py
===================================================================
--- CalendarServer/branches/users/sagen/xmpp/twistedcaldav/notify.py	2008-07-11 17:31:43 UTC (rev 2683)
+++ CalendarServer/branches/users/sagen/xmpp/twistedcaldav/notify.py	2008-07-11 17:44:31 UTC (rev 2684)
@@ -51,20 +51,30 @@
 from twistedcaldav.config import config, parseConfig, defaultConfig
 from zope.interface import Interface, implements
 
-__all__ = '''
-Coalescer getNotificationClient getPubSubConfiguration getPubSubPath
-getPubSubXMPPURI INotifier installNotificationClient
-InternalNotificationFactory InternalNotificationProtocol
-NotificationClient NotificationClientFactory NotificationClientLineProtocol
-NotificationClientUserMixIn NotificationOptions NotificationServiceMaker
-SimpleLineNotificationFactory SimpleLineNotificationProtocol
-SimpleLineNotifier SimpleLineNotifierService XMPPNotificationFactory
-XMPPNotifier
-'''.split()
+__all__ = [
+    "Coalescer",
+    "getNotificationClient",
+    "getPubSubConfiguration",
+    "getPubSubPath",
+    "getPubSubXMPPURI",
+    "INotifier",
+    "installNotificationClient",
+    "InternalNotificationFactory",
+    "InternalNotificationProtocol",
+    "NotificationClient",
+    "NotificationClientFactory",
+    "NotificationClientLineProtocol",
+    "NotificationClientUserMixIn",
+    "NotificationOptions",
+    "NotificationServiceMaker",
+    "SimpleLineNotificationFactory",
+    "SimpleLineNotificationProtocol",
+    "SimpleLineNotifier",
+    "SimpleLineNotifierService",
+    "XMPPNotificationFactory",
+    "XMPPNotifier",
+]
 
-
-
-
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # Classes used within calendarserver itself
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080711/9a566f75/attachment.html 


More information about the calendarserver-changes mailing list