[CalendarServer-changes] [12404] CalendarServer/trunk/txdav/common/datastore/work/revision_cleanup. py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:23:54 PDT 2014


Revision: 12404
          http://trac.calendarserver.org//changeset/12404
Author:   gaya at apple.com
Date:     2014-01-20 14:21:09 -0800 (Mon, 20 Jan 2014)
Log Message:
-----------
remove unused import

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/work/revision_cleanup.py

Modified: CalendarServer/trunk/txdav/common/datastore/work/revision_cleanup.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/work/revision_cleanup.py	2014-01-20 21:38:20 UTC (rev 12403)
+++ CalendarServer/trunk/txdav/common/datastore/work/revision_cleanup.py	2014-01-20 22:21:09 UTC (rev 12404)
@@ -20,7 +20,7 @@
 """
 
 from twext.enterprise.dal.record import fromTable
-from twext.enterprise.dal.syntax import Delete, Select, Update, Max
+from twext.enterprise.dal.syntax import Delete, Select, Max
 from twext.enterprise.queue import WorkItem
 from twext.python.log import Logger
 from twisted.internet.defer import inlineCallbacks, returnValue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/586fa57e/attachment.html>


More information about the calendarserver-changes mailing list