summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/FileProbes.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-03-17 16:00:38 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-03-17 16:00:38 -0500
commit60c79ef728f1d932e8da8583e2719b6acd900d9e (patch)
treef385e04757261072456161d2c4b1cf0033b0e8ee /src/lib/Server/Plugins/FileProbes.py
parent9f85b8af0ccf2c90aa5d806dd7baefab68237f3a (diff)
parent8a45b809eaef80d3cff337e54f3ec3aa0bbaa62a (diff)
downloadbcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.tar.gz
bcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.tar.bz2
bcfg2-60c79ef728f1d932e8da8583e2719b6acd900d9e.zip
Merge branch 'fix-svn-keywords'
Diffstat (limited to 'src/lib/Server/Plugins/FileProbes.py')
-rw-r--r--src/lib/Server/Plugins/FileProbes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/FileProbes.py b/src/lib/Server/Plugins/FileProbes.py
index c58040b65..a76d7cac4 100644
--- a/src/lib/Server/Plugins/FileProbes.py
+++ b/src/lib/Server/Plugins/FileProbes.py
@@ -3,7 +3,6 @@ added to the specification. On subsequent runs, the file will be
replaced on the client if it is missing; if it has changed on the
client, it can either be updated in the specification or replaced on
the client """
-__revision__ = '$Revision: 1465 $'
import os
import sys
@@ -55,7 +54,6 @@ class FileProbes(Bcfg2.Server.Plugin.Plugin,
name = 'FileProbes'
experimental = True
- __version__ = '$Id$'
__author__ = 'chris.a.st.pierre@gmail.com'
def __init__(self, core, datastore):