From 99814da69d3877c585d2907e6a2c5246721d1cf2 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 24 Apr 2014 22:38:57 -0500 Subject: [PATCH] Remove unused import 30d9675 removed the only reference to SaltInvocationError, but left the import. This removes it. --- salt/modules/ldapmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/ldapmod.py b/salt/modules/ldapmod.py index 31bfeb47b1..45cc04da28 100644 --- a/salt/modules/ldapmod.py +++ b/salt/modules/ldapmod.py @@ -39,7 +39,7 @@ import time import logging # Import salt libs -from salt.exceptions import CommandExecutionError, SaltInvocationError +from salt.exceptions import CommandExecutionError # Import third party libs try: