~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to data/source_ubuntuone-client.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: james.westby@ubuntu.com-20110211161811-n18dj9lde7dxqjzr
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
u1_except_log = os.path.join(u1_log_path, "syncdaemon-exceptions.log")
30
30
u1_invalidnames_log = os.path.join(u1_log_path, "syncdaemon-invalid-names.log")
31
31
u1_oauth_log = os.path.join(u1_log_path, "oauth-login.log")
32
 
u1_u1sync_log = os.path.join(u1_log_path, "u1sync.log")
33
32
u1_prefs_log = os.path.join(u1_log_path, "u1-prefs.log")
34
33
u1_sd_conf = os.path.join("etc", "xdg", "ubuntuone", "syncdaemon.conf")
35
34
u1_usersd_conf = os.path.join(u1_user_config_path, "syncdaemon.conf")