sync with trunk

This commit is contained in:
Chris Jones 2008-12-11 08:13:31 +00:00
commit 0118cc412c
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ text/plain
err ('get_cwd: unable to get cwd of %d' % self._pid) err ('get_cwd: unable to get cwd of %d' % self._pid)
cwd = '~' cwd = '~'
pass pass
err ('get_cwd found: %s'%cwd) dbg ('get_cwd found: %s'%cwd)
return (cwd) return (cwd)
def reconfigure_vte (self): def reconfigure_vte (self):