summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Reporting.py
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-10-29 10:45:38 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-10-29 10:45:38 -0500
commit2327dce64770c14d9924d26115b8039320379d3f (patch)
treec6c8e79d0ee4273dc57531368cd0381b757cc347 /src/lib/Bcfg2/Server/Plugins/Reporting.py
parentd95ff964b803ed9aefaae0b54907b824655b3bd8 (diff)
downloadbcfg2-2327dce64770c14d9924d26115b8039320379d3f.tar.gz
bcfg2-2327dce64770c14d9924d26115b8039320379d3f.tar.bz2
bcfg2-2327dce64770c14d9924d26115b8039320379d3f.zip
Reporting: remove experimental
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Reporting.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Reporting.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Reporting.py b/src/lib/Bcfg2/Server/Plugins/Reporting.py
index 843f8768c..1a8c3d941 100644
--- a/src/lib/Bcfg2/Server/Plugins/Reporting.py
+++ b/src/lib/Bcfg2/Server/Plugins/Reporting.py
@@ -42,7 +42,6 @@ class Reporting(Statistics, PullSource): # pylint: disable=W0223
Statistics.__init__(self, core, datastore)
PullSource.__init__(self)
self.core = core
- self.experimental = True
self.whoami = platform.node()
self.transport = None