~diegosarmentero/ubuntuone-client/darwin2-fsevents

« back to all changes in this revision

Viewing changes to data/source_ubuntuone-client.py

  • Committer: Diego Sarmentero
  • Date: 2012-06-22 14:07:26 UTC
  • mfrom: (1261.2.3 ubuntuone-client)
  • Revision ID: diego.sarmentero@canonical.com-20120622140726-3m0w05qwslv24x8d
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
import apport
34
34
from apport.hookutils import attach_file_if_exists
35
35
import os.path
36
 
from xdg.BaseDirectory import xdg_cache_home, xdg_config_home
 
36
from dirspec.basedir import xdg_cache_home, xdg_config_home
37
37
 
38
38
# Paths where things we might want live
39
39
u1_log_path = os.path.join(xdg_cache_home, "ubuntuone", "log")