Marked deprecated PluginSettings.getInt etc methods as to remove with 1.3.0

This commit is contained in:
Gina Häußge 2015-06-10 09:43:10 +02:00
parent 06fb249f2e
commit d2cd459f26

View file

@ -445,7 +445,7 @@ class PluginSettings(object):
##~~ 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",
includedoc="Replaced by :func:`global_get`",