summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/LMI_SoftwareIdentity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/lmi/software/LMI_SoftwareIdentity.py')
-rw-r--r--src/software/lmi/software/LMI_SoftwareIdentity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/lmi/software/LMI_SoftwareIdentity.py b/src/software/lmi/software/LMI_SoftwareIdentity.py
index 13e1bb5..54d63e2 100644
--- a/src/software/lmi/software/LMI_SoftwareIdentity.py
+++ b/src/software/lmi/software/LMI_SoftwareIdentity.py
@@ -26,8 +26,8 @@ Instruments the CIM class LMI_SoftwareIdentity
import pywbem
from pywbem.cim_provider2 import CIMProvider2
+from lmi.providers import cmpi_logging
from lmi.software.core import Identity
-from lmi.software.util import cmpi_logging
from lmi.software.yumdb import YumDB
class LMI_SoftwareIdentity(CIMProvider2):