[CalendarServer-changes] [13617] CalendarServer/trunk/contrib/od/test/test_live.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 9 08:07:45 PDT 2014


Revision: 13617
          http://trac.calendarserver.org//changeset/13617
Author:   cdaboo at apple.com
Date:     2014-06-09 08:07:45 -0700 (Mon, 09 Jun 2014)
Log Message:
-----------
pyflakes.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/od/test/test_live.py

Modified: CalendarServer/trunk/contrib/od/test/test_live.py
===================================================================
--- CalendarServer/trunk/contrib/od/test/test_live.py	2014-06-06 21:12:10 UTC (rev 13616)
+++ CalendarServer/trunk/contrib/od/test/test_live.py	2014-06-09 15:07:45 UTC (rev 13617)
@@ -38,10 +38,9 @@
 if moduleImported:
 
     from twext.who.expression import (
-        CompoundExpression, Operand, MatchExpression, MatchType, MatchFlags
+        CompoundExpression, Operand, MatchExpression, MatchType
     )
 
-
     LOCAL_SHORTNAMES = "odtestalbert odtestbill odtestcarl odtestdavid odtestsubgroupa".split()
     NETWORK_SHORTNAMES = "odtestamanda odtestbetty odtestcarlene odtestdenise odtestsubgroupb odtestgrouptop".split()
 
@@ -61,7 +60,6 @@
         return checkThenRun
 
 
-
     class LiveOpenDirectoryServiceTestCase(unittest.TestCase):
         """
         Live service tests for L{DirectoryService}.
@@ -219,7 +217,6 @@
             )
 
 
-
         @onlyIfPopulated
         @inlineCallbacks
         def test_compoundWithMultipleRecordTypes(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140609/836a211d/attachment.html>


More information about the calendarserver-changes mailing list