Marked deprecated PluginSettings.getInt etc methods as to remove with 1.3.0
This commit is contained in:
parent
06fb249f2e
commit
d2cd459f26
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ class PluginSettings(object):
|
||||||
|
|
||||||
##~~ deprecated methods follow
|
##~~ deprecated methods follow
|
||||||
|
|
||||||
# TODO: Remove with release of 1.2.0
|
# TODO: Remove with release of 1.3.0
|
||||||
|
|
||||||
globalGet = deprecated("globalGet has been renamed to global_get",
|
globalGet = deprecated("globalGet has been renamed to global_get",
|
||||||
includedoc="Replaced by :func:`global_get`",
|
includedoc="Replaced by :func:`global_get`",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue