[svn r57536] get the py.path fixes of 0.9.x release branch back to trunk

--HG--
branch : trunk
This commit is contained in:
hpk
2008-08-21 12:00:33 +02:00
parent 5f666c99b7
commit 37a41ed0b7
7 changed files with 20 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ class RemotePath(common.FSPathBase):
self._channel.send(('JOIN', self._id, id) + args)
return RemotePath(self._channel, id)
def _getbyspec(self, spec):
def get(self, spec):
parts = spec.split(',')
ask = [x for x in parts if x not in self._specs]
if ask: