~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/lp_api.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-05 14:53:57 UTC
  • mfrom: (6344.1.1 dev_2.4_integration)
  • Revision ID: pqm@pqm.ubuntu.com-20111205145357-aesrpb6b49pxzym8
(gz) Merge 2.4 into bzr.dev (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        proxy_info=proxy_info)
136
136
    # XXX: Work-around a minor security bug in launchpadlib 1.5.1, which would
137
137
    # create this directory with default umask.
138
 
    os.chmod(cache_directory, 0700)
 
138
    osutils.chmod_if_possible(cache_directory, 0700)
139
139
    return launchpad
140
140
 
141
141