[CalendarServer-changes] [7702] CalendarServer/trunk/calendarserver/tools/shell.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 1 08:42:53 PDT 2011


Revision: 7702
          http://trac.macosforge.org/projects/calendarserver/changeset/7702
Author:   wsanchez at apple.com
Date:     2011-07-01 08:42:52 -0700 (Fri, 01 Jul 2011)
Log Message:
-----------
Pyflakes.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell.py

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-07-01 15:27:17 UTC (rev 7701)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-07-01 15:42:52 UTC (rev 7702)
@@ -302,7 +302,7 @@
             subdir = self.subdir(name)
 
         if path:
-            return subdir.addCallback(lambda path: locate(path))
+            return subdir.addCallback(lambda path: self.locate(path))
         else:
             return subdir
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110701/7729598f/attachment.html>


More information about the calendarserver-changes mailing list