summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-20 10:38:57 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-20 10:38:57 -0500
commit4b339bf61244714661fc73a192296ca37b12ab9f (patch)
tree6d96fc0d8a2b3f3b5e6fab10c27af0130243a573 /src/lib/Bcfg2/Server/Core.py
parent69ebf49d54aac70a42142d0d04e562496bce58ea (diff)
downloadbcfg2-4b339bf61244714661fc73a192296ca37b12ab9f.tar.gz
bcfg2-4b339bf61244714661fc73a192296ca37b12ab9f.tar.bz2
bcfg2-4b339bf61244714661fc73a192296ca37b12ab9f.zip
fixed unit tests for merge
Diffstat (limited to 'src/lib/Bcfg2/Server/Core.py')
-rw-r--r--src/lib/Bcfg2/Server/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Core.py b/src/lib/Bcfg2/Server/Core.py
index 1b0ecadf5..07f9e0588 100644
--- a/src/lib/Bcfg2/Server/Core.py
+++ b/src/lib/Bcfg2/Server/Core.py
@@ -334,7 +334,7 @@ class BaseCore(object):
continue
self._update_vcs_revision()
- @track_statistics()
+ @Bcfg2.Server.Statistics.track_statistics()
def _update_vcs_revision(self):
""" Update the revision of the current configuration on-disk
from the VCS plugin """