[CalendarServer-changes] [6909] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 7 14:53:36 PST 2011


Revision: 6909
          http://trac.macosforge.org/projects/calendarserver/changeset/6909
Author:   wsanchez at apple.com
Date:     2011-02-07 14:53:34 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
pyflakes cleanup

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/extensions.py
    CalendarServer/trunk/twistedcaldav/method/put_addressbook_common.py
    CalendarServer/trunk/txdav/base/propertystore/test/test_none.py

Modified: CalendarServer/trunk/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/extensions.py	2011-02-07 22:49:46 UTC (rev 6908)
+++ CalendarServer/trunk/twistedcaldav/extensions.py	2011-02-07 22:53:34 UTC (rev 6909)
@@ -37,7 +37,6 @@
 from twisted.internet.defer import inlineCallbacks, returnValue
 from twisted.cred.error import LoginFailed, UnauthorizedLogin
 
-import twext.web2.server
 from twext.web2 import responsecode, server
 from twext.web2.auth.wrapper import UnauthorizedResponse
 from twext.web2.http import HTTPError, Response, RedirectResponse
@@ -58,7 +57,6 @@
 
 from twext.python.log import Logger, LoggingMixIn
 
-import twistedcaldav
 from twistedcaldav import customxml
 from twistedcaldav.customxml import calendarserver_namespace
 from twistedcaldav.util import Alternator

Modified: CalendarServer/trunk/twistedcaldav/method/put_addressbook_common.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/put_addressbook_common.py	2011-02-07 22:49:46 UTC (rev 6908)
+++ CalendarServer/trunk/twistedcaldav/method/put_addressbook_common.py	2011-02-07 22:53:34 UTC (rev 6909)
@@ -35,7 +35,6 @@
 from twext.web2.dav.util import joinURL, parentForURL
 from twext.web2.http import HTTPError
 from twext.web2.http import StatusResponse
-from twext.web2.http_headers import MimeType, generateContentType
 from twext.web2.stream import MemoryStream
 
 from twistedcaldav.config import config

Modified: CalendarServer/trunk/txdav/base/propertystore/test/test_none.py
===================================================================
--- CalendarServer/trunk/txdav/base/propertystore/test/test_none.py	2011-02-07 22:49:46 UTC (rev 6908)
+++ CalendarServer/trunk/txdav/base/propertystore/test/test_none.py	2011-02-07 22:53:34 UTC (rev 6909)
@@ -13,16 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from twext.web2.dav.element.base import WebDAVTextElement
 
 """
 Property store tests.
 """
 
-from zope.interface.verify import verifyObject, BrokenMethodImplementation
-
-from txdav.idav import IPropertyStore, PropertyChangeNotAllowedError
-from txdav.base.propertystore.base import PropertyName
+from txdav.idav import PropertyChangeNotAllowedError
 from txdav.base.propertystore.none import PropertyStore
 from txdav.base.propertystore.test.base import propertyName, propertyValue
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110207/f9489deb/attachment-0001.html>


More information about the calendarserver-changes mailing list