[CalendarServer-changes] [6525] CalendarServer/branches/users/glyph/sharedpool/calendarserver/tap/ caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 14:23:06 PDT 2010


Revision: 6525
          http://trac.macosforge.org/projects/calendarserver/changeset/6525
Author:   glyph at apple.com
Date:     2010-11-01 14:23:02 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
missing self

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sharedpool/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/glyph/sharedpool/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/glyph/sharedpool/calendarserver/tap/caldav.py	2010-11-01 21:22:34 UTC (rev 6524)
+++ CalendarServer/branches/users/glyph/sharedpool/calendarserver/tap/caldav.py	2010-11-01 21:23:02 UTC (rev 6525)
@@ -1301,7 +1301,7 @@
                 return name
             def getCommandLine(self):
                 return args
-            def getFileDescriptors():
+            def getFileDescriptors(self):
                 return []
         self.addProcessObject(SimpleProcessObject(), env, uid, gid)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101101/c11bdea7/attachment.html>


More information about the calendarserver-changes mailing list