~facundo/ubuntuone-client/offloaded-rq

« back to all changes in this revision

Viewing changes to ubuntuone/platform/windows/ipc_client.py

- Provide a get_home_dir() method to get a proper home dir in unicode environments (LP: #898640).
- Handle link creation with unicode paths (LP: #891173).

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
        """Disconnect from the server."""
265
265
 
266
266
    @remote
 
267
    def get_homedir(self):
 
268
        """Return the home dir/mount point."""
 
269
 
 
270
    @remote
267
271
    def get_rootdir(self):
268
272
        """Return the root dir/mount point."""
269
273