[CalendarServer-changes] [5869] CalendarServer/branches/new-store/txcaldav/calendarstore/test/common .py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 12 08:46:01 PDT 2010


Revision: 5869
          http://trac.macosforge.org/projects/calendarserver/changeset/5869
Author:   glyph at apple.com
Date:     2010-07-12 08:46:01 -0700 (Mon, 12 Jul 2010)
Log Message:
-----------
imports need to go after the docstring

Modified Paths:
--------------
    CalendarServer/branches/new-store/txcaldav/calendarstore/test/common.py

Modified: CalendarServer/branches/new-store/txcaldav/calendarstore/test/common.py
===================================================================
--- CalendarServer/branches/new-store/txcaldav/calendarstore/test/common.py	2010-07-12 15:41:01 UTC (rev 5868)
+++ CalendarServer/branches/new-store/txcaldav/calendarstore/test/common.py	2010-07-12 15:46:01 UTC (rev 5869)
@@ -14,8 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from twisted.internet.defer import Deferred, inlineCallbacks
-from twisted.internet.protocol import Protocol
+
 """
 Tests for common calendar store API functions.
 """
@@ -24,10 +23,13 @@
 from zope.interface.exceptions import (
     BrokenMethodImplementation, DoesNotImplement)
 
+from twisted.internet.defer import Deferred, inlineCallbacks
+from twisted.internet.protocol import Protocol
+
 from txdav.idav import IPropertyStore, IDataStore
 from txdav.propertystore.base import PropertyName
 
-from txdav.common.icommondatastore import HomeChildNameAlreadyExistsError,\
+from txdav.common.icommondatastore import HomeChildNameAlreadyExistsError, \
     ICommonTransaction
 from txdav.common.icommondatastore import InvalidObjectResourceError
 from txdav.common.icommondatastore import NoSuchHomeChildError
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100712/b3635b1c/attachment.html>


More information about the calendarserver-changes mailing list