~ralsina/ubuntuone-client/verify-harder

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/main.py

  • Committer: Diego Sarmentero
  • Date: 2012-01-03 12:40:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: diego.sarmentero@canonical.com-20120103124004-qwj7y5f7nrm15fkz
Fixed some docstrings

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
        return self.vm.server_rescan()
251
251
 
252
252
    def get_homedir(self):
253
 
        """Return the base dir/mount point."""
 
253
        """Return the home dir point."""
254
254
        return xdg_home
255
255
 
256
256
    def get_rootdir(self):