[CalendarServer-changes] [5870] CalendarServer/branches/new-store/txdav/datastore/file.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 12 08:49:34 PDT 2010


Revision: 5870
          http://trac.macosforge.org/projects/calendarserver/changeset/5870
Author:   glyph at apple.com
Date:     2010-07-12 08:49:33 -0700 (Mon, 12 Jul 2010)
Log Message:
-----------
more 'docstring before import'

Modified Paths:
--------------
    CalendarServer/branches/new-store/txdav/datastore/file.py

Modified: CalendarServer/branches/new-store/txdav/datastore/file.py
===================================================================
--- CalendarServer/branches/new-store/txdav/datastore/file.py	2010-07-12 15:46:01 UTC (rev 5869)
+++ CalendarServer/branches/new-store/txdav/datastore/file.py	2010-07-12 15:49:33 UTC (rev 5870)
@@ -15,12 +15,13 @@
 # limitations under the License.
 ##
 
-from twext.python.log import LoggingMixIn
 
 """
 Common utility functions for a file based datastore.
 """
 
+from twext.python.log import LoggingMixIn
+
 def isValidName(name):
     """
     Determine if the given string is a valid name.  i.e. does it conflict with
@@ -74,6 +75,8 @@
         return thunk(self, *a, **kw)
     return inner
 
+
+
 class DataStore(LoggingMixIn):
     """
     Generic data store.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100712/cd42bea8/attachment-0001.html>


More information about the calendarserver-changes mailing list