[CalendarServer-changes] [10057] CalendarServer/branches/users/glyph/one-home-list-api

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 16 14:48:54 PST 2012


Revision: 10057
          http://trac.calendarserver.org//changeset/10057
Author:   glyph at apple.com
Date:     2012-11-16 14:48:54 -0800 (Fri, 16 Nov 2012)
Log Message:
-----------
minor documentation improvement (explain protocol attribute)

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/cmd.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/one-home-list-api/

Modified: CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/cmd.py
===================================================================
--- CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/cmd.py	2012-11-16 22:48:52 UTC (rev 10056)
+++ CalendarServer/branches/users/glyph/one-home-list-api/calendarserver/tools/shell/cmd.py	2012-11-16 22:48:54 UTC (rev 10057)
@@ -67,6 +67,12 @@
 
 
 class CommandsBase(object):
+    """
+    Base class for commands.
+
+    @ivar protocol: a protocol for parsing the incoming command line.
+    @type protocol: L{calendarserver.tools.shell.terminal.ShellProtocol}
+    """
     def __init__(self, protocol):
         self.protocol = protocol
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121116/b53d6b6a/attachment-0001.html>


More information about the calendarserver-changes mailing list