summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/cimom_entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/cimom_entry.py')
-rw-r--r--src/software/openlmi/software/cimom_entry.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/software/openlmi/software/cimom_entry.py b/src/software/openlmi/software/cimom_entry.py
index b2ccf55..4aa1d44 100644
--- a/src/software/openlmi/software/cimom_entry.py
+++ b/src/software/openlmi/software/cimom_entry.py
@@ -49,6 +49,8 @@ from openlmi.software. \
LMI_AssociatedSoftwareInstallationServiceCapabilities
from openlmi.software.LMI_HostedSoftwareInstallationService import \
LMI_HostedSoftwareInstallationService
+from openlmi.software.LMI_SoftwareInstallationServiceAffectsElement import \
+ LMI_SoftwareInstallationServiceAffectsElement
from openlmi.software.LMI_SoftwareInstallationJob import \
LMI_SoftwareInstallationJob
from openlmi.software.LMI_SoftwareMethodResult import \
@@ -86,6 +88,8 @@ def get_providers(env):
LMI_AssociatedSoftwareInstallationServiceCapabilities(env),
"LMI_HostedSoftwareInstallationService" : \
LMI_HostedSoftwareInstallationService(env),
+ "LMI_SoftwareInstallationServiceAffectsElement" : \
+ LMI_SoftwareInstallationServiceAffectsElement(env),
"LMI_SoftwareInstallationJob" : LMI_SoftwareInstallationJob(env),
"LMI_SoftwareMethodResult" : LMI_SoftwareMethodResult(env),
"LMI_AffectedSoftwareJobElement" : LMI_AffectedSoftwareJobElement(env),