~ubuntu-branches/ubuntu/precise/ubuntuone-client/precise-201112142106

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-08-25 16:11:47 UTC
  • mfrom: (1.1.54 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825161147-v6zedpznh2evnurj
Tags: 1.7.2-0ubuntu1
* New upstream release.
  - Work correctly with static and GI bindings of gobject (LP: #829186)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from ConfigParser import NoOptionError, NoSectionError
27
27
from optparse import OptionParser
28
28
from ubuntuone.platform import path_exists, rename
29
 
from ubuntuone.platform.xdg_base_directory import (
 
29
from ubuntu_sso.xdg_base_directory import (
30
30
    load_config_paths,
31
31
    save_config_path,
32
32
    xdg_data_home,