/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/plugin.py

  • Committer: Jelmer Vernooij
  • Date: 2019-12-23 01:39:21 UTC
  • mfrom: (7424 work)
  • mto: This revision was merged to the branch mainline in revision 7425.
  • Revision ID: jelmer@jelmer.uk-20191223013921-2kzd0wlcoylgxksk
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
from importlib import util as importlib_util
50
50
 
51
51
from breezy import (
52
 
    config,
 
52
    bedding,
53
53
    debug,
54
54
    errors,
55
55
    help_topics,
407
407
 
408
408
 
409
409
def get_user_plugin_path():
410
 
    return osutils.pathjoin(config.config_dir(), 'plugins')
 
410
    return osutils.pathjoin(bedding.config_dir(), 'plugins')
411
411
 
412
412
 
413
413
def record_plugin_warning(warning_message):