[CalendarServer-changes] [4715] CalendarServer/branches/users/cdaboo/deployment-partition-4593/ calendarserver/tools/loadaugmentdb.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 6 10:44:33 PST 2009


Revision: 4715
          http://trac.macosforge.org/projects/calendarserver/changeset/4715
Author:   cdaboo at apple.com
Date:     2009-11-06 10:44:29 -0800 (Fri, 06 Nov 2009)
Log Message:
-----------
Clean-up.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/deployment-partition-4593/calendarserver/tools/loadaugmentdb.py

Modified: CalendarServer/branches/users/cdaboo/deployment-partition-4593/calendarserver/tools/loadaugmentdb.py
===================================================================
--- CalendarServer/branches/users/cdaboo/deployment-partition-4593/calendarserver/tools/loadaugmentdb.py	2009-11-06 18:36:32 UTC (rev 4714)
+++ CalendarServer/branches/users/cdaboo/deployment-partition-4593/calendarserver/tools/loadaugmentdb.py	2009-11-06 18:44:29 UTC (rev 4715)
@@ -1,9 +1,6 @@
 #!/usr/bin/env python
-from twistedcaldav.directory import augment
-from twistedcaldav.directory.augment import AugmentXMLDB
-
 ##
-# Copyright (c) 2006-2007 Apple Inc. All rights reserved.
+# Copyright (c) 2009 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.
@@ -18,19 +15,20 @@
 # limitations under the License.
 ##
 
-
+from calendarserver.tools.util import loadConfig, getDirectory,\
+    autoDisableMemcached
 from getopt import getopt, GetoptError
 from grp import getgrnam
 from pwd import getpwnam
 from sys import stdout, stderr
 from twisted.internet import reactor
+from twisted.internet.defer import inlineCallbacks
 from twisted.python.log import addObserver, removeObserver
 from twisted.python.util import switchUID
 from twistedcaldav.config import config, ConfigurationError
+from twistedcaldav.directory import augment
+from twistedcaldav.directory.augment import AugmentXMLDB
 from twistedcaldav.log import setLogLevelForNamespace
-from twisted.internet.defer import inlineCallbacks
-from calendarserver.tools.util import loadConfig, getDirectory,\
-    autoDisableMemcached
 import os
 import sys
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091106/768f3a6e/attachment.html>


More information about the calendarserver-changes mailing list