[CalendarServer-changes] [5382] CalendarServer/trunk/txdav/propertystore

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 22 20:21:32 PDT 2010


Revision: 5382
          http://trac.macosforge.org/projects/calendarserver/changeset/5382
Author:   wsanchez at apple.com
Date:     2010-03-22 20:21:32 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
pyflakes

Modified Paths:
--------------
    CalendarServer/trunk/txdav/propertystore/none.py
    CalendarServer/trunk/txdav/propertystore/test/test_none.py

Modified: CalendarServer/trunk/txdav/propertystore/none.py
===================================================================
--- CalendarServer/trunk/txdav/propertystore/none.py	2010-03-23 03:18:47 UTC (rev 5381)
+++ CalendarServer/trunk/txdav/propertystore/none.py	2010-03-23 03:21:32 UTC (rev 5382)
@@ -24,15 +24,7 @@
     "PropertyStore",
 ]
 
-import sys
-import errno
-import urllib
-from zlib import compress, decompress, error as ZlibError
-from cPickle import UnpicklingError, loads as unpickle
-
-from twext.web2.dav.davxml import WebDAVDocument
-
-from txdav.propertystore.base import AbstractPropertyStore, PropertyName
+from txdav.propertystore.base import AbstractPropertyStore
 from txdav.idav import PropertyChangeNotAllowedError
 
 

Modified: CalendarServer/trunk/txdav/propertystore/test/test_none.py
===================================================================
--- CalendarServer/trunk/txdav/propertystore/test/test_none.py	2010-03-23 03:18:47 UTC (rev 5381)
+++ CalendarServer/trunk/txdav/propertystore/test/test_none.py	2010-03-23 03:21:32 UTC (rev 5382)
@@ -22,7 +22,6 @@
 
 from twisted.trial import unittest
 
-from twext.python.filepath import FilePath
 from twext.web2.dav import davxml
 
 from txdav.idav import IPropertyStore, PropertyChangeNotAllowedError
@@ -78,9 +77,5 @@
         self.assertEquals(store.modified, {})
 
 
-if PropertyStore is None:
-    PropertyStoreTest.skip = importErrorMessage
-
-
 def propertyName(name):
     return PropertyName("http://calendarserver.org/ns/test/", name)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100322/f97fc981/attachment.html>


More information about the calendarserver-changes mailing list