/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-22 11:51:56 UTC
  • mfrom: (7356 work)
  • mto: This revision was merged to the branch mainline in revision 7358.
  • Revision ID: jelmer@jelmer.uk-20190622115156-20uwy6b97g94bbv1
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
from ... import (
39
39
    branch,
40
 
    config,
 
40
    bedding,
41
41
    errors,
42
42
    osutils,
43
43
    trace,
88
88
 
89
89
def get_cache_directory():
90
90
    """Return the directory to cache launchpadlib objects in."""
91
 
    return osutils.pathjoin(osutils.cache_dir(), 'launchpad')
 
91
    return osutils.pathjoin(bedding.cache_dir(), 'launchpad')
92
92
 
93
93
 
94
94
def parse_launchpadlib_version(version_number):