[CalendarServer-changes] [10765] CalendarServer/trunk/twext/who/xml.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Feb 20 10:01:26 PST 2013
Revision: 10765
http://trac.calendarserver.org//changeset/10765
Author: wsanchez at apple.com
Date: 2013-02-20 10:01:26 -0800 (Wed, 20 Feb 2013)
Log Message:
-----------
Take refreshInterval option out of __init__
Modified Paths:
--------------
CalendarServer/trunk/twext/who/xml.py
Modified: CalendarServer/trunk/twext/who/xml.py
===================================================================
--- CalendarServer/trunk/twext/who/xml.py 2013-02-20 00:16:50 UTC (rev 10764)
+++ CalendarServer/trunk/twext/who/xml.py 2013-02-20 18:01:26 UTC (rev 10765)
@@ -128,12 +128,13 @@
attribute = Attribute
value = Value
+ refreshInterval = 4
- def __init__(self, filePath, refreshInterval=4):
+
+ def __init__(self, filePath):
BaseDirectoryService.__init__(self, realmName=noRealmName)
self.filePath = filePath
- self.refreshInterval = refreshInterval
def __repr__(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130220/59282d8c/attachment-0001.html>
More information about the calendarserver-changes
mailing list