summaryrefslogtreecommitdiffstats
path: root/src/software/lmi/software/core/InstallationServiceCapabilities.py
Commit message (Collapse)AuthorAgeFilesLines
* software: add tracing decoratorMichal Minar2013-07-261-0/+1
|
* software: added doc strings; spaces, be goneMichal Minar2013-07-231-1/+1
| | | | removed spaces at the end of lines
* software: using new Configuration and utility functionMichal Minar2013-07-231-1/+1
| | | | | | | using system_name, system_class_name and namespace values from SoftwareConfiguration object using new_instance_name from util module
* software: using new Configuration and utility functionMichal Minar2013-07-231-4/+3
| | | | | | | using system_name, system_class_name and namespace values from SoftwareConfiguration object using new_instance_name from util module
* renamed openlmi namespace to lmiMichal Minar2013-07-041-0/+226
To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.