128
128
test_dir = '/' + test_dir
129
129
# try what is currently used:
130
130
# remote path = self._abspath(relpath)
132
133
# we dont os.path.join because windows gives us the wrong path
133
134
root_segments = test_dir.split('/')
134
135
root_parent = '/'.join(root_segments[:-1])
138
140
### FIXME decide and then test for all transports. RBC20051208