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