summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-08-10 10:17:05 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-08-10 10:17:05 -0500
commitb425fdec5edc55ce44d6f7f0e9dad89df14e4814 (patch)
tree18d47731a342950cc9d45a6069b037cbb81a6de8 /src/lib/Bcfg2/Server/Plugins/Probes.py
parent3b6b21c41101f1bb8be5cae096953b3907a38838 (diff)
downloadbcfg2-b425fdec5edc55ce44d6f7f0e9dad89df14e4814.tar.gz
bcfg2-b425fdec5edc55ce44d6f7f0e9dad89df14e4814.tar.bz2
bcfg2-b425fdec5edc55ce44d6f7f0e9dad89df14e4814.zip
Probes: Disable builtin redefinition check
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Probes.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Probes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Probes.py b/src/lib/Bcfg2/Server/Plugins/Probes.py
index ad25de194..fd6fd3bd1 100644
--- a/src/lib/Bcfg2/Server/Plugins/Probes.py
+++ b/src/lib/Bcfg2/Server/Plugins/Probes.py
@@ -9,7 +9,7 @@ import operator
import lxml.etree
import Bcfg2.Server
import Bcfg2.Server.Plugin
-from Bcfg2.Compat import unicode
+from Bcfg2.Compat import unicode # pylint: disable=W0622
try:
from django.db import models