summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Account.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Account.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Account.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Account.py b/src/lib/Bcfg2/Server/Plugins/Account.py
index f2703dccb..045379aad 100644
--- a/src/lib/Bcfg2/Server/Plugins/Account.py
+++ b/src/lib/Bcfg2/Server/Plugins/Account.py
@@ -16,6 +16,7 @@ class Account(Bcfg2.Server.Plugin.Plugin,
"""
name = 'Account'
__author__ = 'bcfg-dev@mcs.anl.gov'
+ deprecated = True
def __init__(self, core, datastore):
Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore)