summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Properties.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 11:10:43 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-20 11:10:43 -0400
commit10d60b35ce384d4b73fd63939aa65b07e9032a12 (patch)
treedbda095dca372c38d15a32a490adc2f2b16f0d83 /src/lib/Bcfg2/Server/Plugins/Properties.py
parent5945f7f16a40066f748808c35d1db4dd0de291b6 (diff)
downloadbcfg2-10d60b35ce384d4b73fd63939aa65b07e9032a12.tar.gz
bcfg2-10d60b35ce384d4b73fd63939aa65b07e9032a12.tar.bz2
bcfg2-10d60b35ce384d4b73fd63939aa65b07e9032a12.zip
fixed unit tests
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Properties.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Properties.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Properties.py b/src/lib/Bcfg2/Server/Plugins/Properties.py
index f091acf01..8e54da19b 100644
--- a/src/lib/Bcfg2/Server/Plugins/Properties.py
+++ b/src/lib/Bcfg2/Server/Plugins/Properties.py
@@ -240,7 +240,6 @@ class Properties(Bcfg2.Server.Plugin.Plugin,
ignore = re.compile(r'.*\.xsd$')
def __init__(self, core, datastore):
- global SETUP # pylint: disable=W0603
Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore)
Bcfg2.Server.Plugin.Connector.__init__(self)
Bcfg2.Server.Plugin.DirectoryBacked.__init__(self, self.data)