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

  • Committer: Vincent Ladeuil
  • Date: 2009-08-20 13:29:46 UTC
  • mto: (4672.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4673.
  • Revision ID: v.ladeuil+lp@free.fr-20090820132946-gqkb7ewet7oihw1a
Be ready to delete get_default_plugin_path().

* bzrlib/plugin.py:
(get_default_plugin_path): Mark deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
DEFAULT_PLUGIN_PATH = None
59
59
_loaded = False
60
60
 
 
61
@deprecated_function(deprecated_in((2, 0, 0)))
61
62
def get_default_plugin_path():
62
63
    """Get the DEFAULT_PLUGIN_PATH"""
63
64
    global DEFAULT_PLUGIN_PATH