summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/core/InstallationServiceCapabilities.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-06 21:45:06 +0200
committerMichal Minar <miminar@redhat.com>2013-07-23 13:52:35 +0200
commit56610bea26c18d6aae110724b450f8f894595714 (patch)
tree8f64f45809e84e7136fc834702c0e0def9ff39df /src/software/lmi/software/core/InstallationServiceCapabilities.py
parent9618e135bf2e54dea9679e943215d055f73c4375 (diff)
downloadopenlmi-providers-56610bea26c18d6aae110724b450f8f894595714.tar.gz
openlmi-providers-56610bea26c18d6aae110724b450f8f894595714.tar.xz
openlmi-providers-56610bea26c18d6aae110724b450f8f894595714.zip
software: added doc strings; spaces, be gone
removed spaces at the end of lines
Diffstat (limited to 'src/software/lmi/software/core/InstallationServiceCapabilities.py')
-rw-r--r--src/software/lmi/software/core/InstallationServiceCapabilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/lmi/software/core/InstallationServiceCapabilities.py b/src/software/lmi/software/core/InstallationServiceCapabilities.py
index 2a78d16..0f6cb58 100644
--- a/src/software/lmi/software/core/InstallationServiceCapabilities.py
+++ b/src/software/lmi/software/core/InstallationServiceCapabilities.py
@@ -197,7 +197,7 @@ def get_instance(model=None):
model = pywbem.CIMInstance(
"LMI_SoftwareInstallationServiceCapabilities", path=path)
model['InstanceID'] = path['InstanceID']
-
+
model['CanAddToCollection'] = True
model['Caption'] = 'Capabilities of LMI:LMI_SoftwareInstallationService'
model['Description'] = ('This instance provides information'