87 Private method to perform the identity path translation. |
87 Private method to perform the identity path translation. |
88 |
88 |
89 @param fn filename to be translated |
89 @param fn filename to be translated |
90 @type str |
90 @type str |
91 @param remote2local flag indicating the direction of translation |
91 @param remote2local flag indicating the direction of translation |
92 (False = local to remote, True = remote to local [default]) |
92 (False = local to remote, True = remote to local [default]) (unused) |
93 @type bool |
93 @type bool |
94 @return translated filename |
94 @return translated filename |
95 @rtype str |
95 @rtype str |
96 """ |
96 """ |
97 return fn |
97 return fn |