~mandel/ubuntuone-client/add-virtual-watches

« back to all changes in this revision

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

  • Committer: manuel.delapena at canonical
  • Date: 2012-01-16 12:16:27 UTC
  • mfrom: (1176.1.3 ubuntuone-client)
  • Revision ID: manuel.delapena@canonical.com-20120116121627-2tbt1ed9d43m21zx
Made code more efficient by using sets instead of collections.

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