[CalendarServer-changes] [8279] CalendarServer/trunk/calendarserver/tools/shell.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri Nov 11 12:12:46 PST 2011
Revision: 8279
http://trac.macosforge.org/projects/calendarserver/changeset/8279
Author: wsanchez at apple.com
Date: 2011-11-11 12:12:45 -0800 (Fri, 11 Nov 2011)
Log Message:
-----------
flakes
Modified Paths:
--------------
CalendarServer/trunk/calendarserver/tools/shell.py
Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py 2011-11-11 18:23:26 UTC (rev 8278)
+++ CalendarServer/trunk/calendarserver/tools/shell.py 2011-11-11 20:12:45 UTC (rev 8279)
@@ -29,7 +29,7 @@
from twisted.python.log import startLogging
from twisted.python.text import wordWrap
from twisted.python.usage import Options, UsageError
-from twisted.internet.defer import succeed, fail, maybeDeferred, Deferred
+from twisted.internet.defer import succeed, fail, Deferred
from twisted.internet.defer import inlineCallbacks, returnValue
from twisted.internet.stdio import StandardIO
from twisted.conch.recvline import HistoricRecvLine as ReceiveLineProtocol
@@ -460,7 +460,6 @@
modified = self.home.modified()
quotaUsed = (yield self.home.quotaUsedBytes())
quotaAllowed = self.home.quotaAllowedBytes()
- quotaPercent = quotaUsed / quotaAllowed,
properties = self.home.properties()
result = []
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111111/f94fddb2/attachment-0001.html>
More information about the calendarserver-changes
mailing list