[CalendarServer-changes] [7714] CalendarServer/trunk/txdav/common/datastore/test/test_util.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 6 11:01:19 PDT 2011


Revision: 7714
          http://trac.macosforge.org/projects/calendarserver/changeset/7714
Author:   cdaboo at apple.com
Date:     2011-07-06 11:01:19 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
Cosmetic.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/test/test_util.py

Modified: CalendarServer/trunk/txdav/common/datastore/test/test_util.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/test/test_util.py	2011-07-06 17:52:43 UTC (rev 7713)
+++ CalendarServer/trunk/txdav/common/datastore/test/test_util.py	2011-07-06 18:01:19 UTC (rev 7714)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2010 Apple Inc. All rights reserved.
+# Copyright (c) 2010-2011 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from twisted.python.modules import getModule
-import re
 
 """
 Tests for L{txdav.common.datastore.util}.
@@ -22,12 +20,11 @@
 
 from twext.python.filepath import CachingFilePath
 from twext.web2.http_headers import MimeType
-
 from twisted.application.service import Service, MultiService
 from twisted.internet.defer import inlineCallbacks, Deferred, returnValue
 from twisted.internet.protocol import Protocol
+from twisted.python.modules import getModule
 from twisted.trial.unittest import TestCase
-
 from txdav.caldav.datastore.test.common import CommonTests
 from txdav.carddav.datastore.test.common import CommonTests as ABCommonTests
 from txdav.common.datastore.file import CommonDataStore
@@ -36,6 +33,7 @@
     populateAddressBooksFrom, resetAddressBookMD5s
 from txdav.common.datastore.util import UpgradeToDatabaseService,\
     UpgradeDatabaseSchemaService
+import re
 
 class HomeMigrationTests(TestCase):
     """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110706/dc79c22c/attachment.html>


More information about the calendarserver-changes mailing list