summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Guppy.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-12 07:53:17 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-12 08:35:33 -0500
commit2162f28d494691101d6847c48851939dcfe0302a (patch)
tree417ffd6429cf6352ee8b9db6ea1aef3683c5ec4f /src/lib/Bcfg2/Server/Plugins/Guppy.py
parent5aece8c011222d998c56c7c114143c93ce68c0c4 (diff)
downloadbcfg2-2162f28d494691101d6847c48851939dcfe0302a.tar.gz
bcfg2-2162f28d494691101d6847c48851939dcfe0302a.tar.bz2
bcfg2-2162f28d494691101d6847c48851939dcfe0302a.zip
removed experimental flag from plugins/tools added in 1.3
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Guppy.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Guppy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Guppy.py b/src/lib/Bcfg2/Server/Plugins/Guppy.py
index 4f2601f15..6d6df3cc3 100644
--- a/src/lib/Bcfg2/Server/Plugins/Guppy.py
+++ b/src/lib/Bcfg2/Server/Plugins/Guppy.py
@@ -32,10 +32,7 @@ from guppy.heapy import Remote
class Guppy(Bcfg2.Server.Plugin.Plugin):
"""Guppy is a debugging plugin to help trace memory leaks"""
- name = 'Guppy'
__author__ = 'bcfg-dev@mcs.anl.gov'
-
- experimental = True
__rmi__ = Bcfg2.Server.Plugin.Plugin.__rmi__ + ['Enable', 'Disable']
def __init__(self, core, datastore):