From 80416f00066631883f4333b17fb6468a543ccf40 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 Mar 2017 21:13:34 +0100 Subject: Probes: Remove wrong line This line brakes django detection for the Probes! It resets the global variable just after the detection. This line was left while changing the placement of the detection in fa0d86aba32c40d829f9f94411403221a48283e8. --- src/lib/Bcfg2/Server/Plugins/Probes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Bcfg2/Server/Plugins/Probes.py b/src/lib/Bcfg2/Server/Plugins/Probes.py index ae4ea4cb1..0a0ed9414 100644 --- a/src/lib/Bcfg2/Server/Plugins/Probes.py +++ b/src/lib/Bcfg2/Server/Plugins/Probes.py @@ -21,7 +21,6 @@ try: except ImportError: HAS_DJANGO = False -HAS_DJANGO = False # pylint: disable=C0103 ProbesDataModel = None ProbesGroupsModel = None -- cgit v1.2.3-1-g7c22