[svn r57536] get the py.path fixes of 0.9.x release branch back to trunk
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user