Rev 4632: Be ready to delete get_default_plugin_path(). in file:///home/vila/src/bzr/bugs/412930-plugin-path/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Aug 20 14:29:46 BST 2009
At file:///home/vila/src/bzr/bugs/412930-plugin-path/
------------------------------------------------------------
revno: 4632
revision-id: v.ladeuil+lp at free.fr-20090820132946-gqkb7ewet7oihw1a
parent: v.ladeuil+lp at free.fr-20090820132636-i3rs1vf3d3fn46hq
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 412930-plugin-path
timestamp: Thu 2009-08-20 15:29:46 +0200
message:
Be ready to delete get_default_plugin_path().
* bzrlib/plugin.py:
(get_default_plugin_path): Mark deprecated.
-------------- next part --------------
=== modified file 'bzrlib/plugin.py'
--- a/bzrlib/plugin.py 2009-08-20 13:26:36 +0000
+++ b/bzrlib/plugin.py 2009-08-20 13:29:46 +0000
@@ -58,6 +58,7 @@
DEFAULT_PLUGIN_PATH = None
_loaded = False
+ at deprecated_function(deprecated_in((2, 0, 0)))
def get_default_plugin_path():
"""Get the DEFAULT_PLUGIN_PATH"""
global DEFAULT_PLUGIN_PATH
More information about the bazaar-commits
mailing list