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

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 27 15:24:39 PDT 2011


Revision: 7679
          http://trac.macosforge.org/projects/calendarserver/changeset/7679
Author:   wsanchez at apple.com
Date:     2011-06-27 15:24:39 -0700 (Mon, 27 Jun 2011)
Log Message:
-----------
wd -> self.wd

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

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-06-27 22:16:18 UTC (rev 7678)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-06-27 22:24:39 UTC (rev 7679)
@@ -122,7 +122,6 @@
     # * Backspace transposes characters in the terminal.
 
     ps = ("ds% ", "... ")
-    wd = RootDirectory()
 
     def connectionMade(self):
         HistoricRecvLine.connectionMade(self)
@@ -137,7 +136,7 @@
         self.keyHandlers[CTRL_L        ] = self.handle_FF
         self.keyHandlers[CTRL_BACKSLASH] = self.handle_QUIT
 
-        wd = RootDirectory()
+        self.wd = RootDirectory()
 
     def handle_INT(self):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110627/920b6eac/attachment.html>


More information about the calendarserver-changes mailing list