summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py')
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
index f7ca1c7..107021d 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
@@ -25,12 +25,12 @@ Instruments the CIM class LMI_SoftwareInstallationServiceAffectsElement
import pywbem
from pywbem.cim_provider2 import CIMProvider2
+from lmi.providers import cmpi_logging
from lmi.software import util
from lmi.software.core import ComputerSystem
from lmi.software.core import Identity
from lmi.software.core import InstallationService
from lmi.software.core import InstallationServiceAffectsElement
-from lmi.software.util import cmpi_logging
from lmi.software.yumdb import YumDB
LOG = cmpi_logging.get_logger(__name__)