summaryrefslogtreecommitdiffstats
path: root/src/python/openlmi/common/singletonmixin.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed openlmi namespace to lmiMichal Minar2013-07-041-560/+0
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* moved singletonmixin module to shared subpackageMichal Minar2013-04-081-0/+560
singletonmixin python module moved under openlmi.common from software source tree. This allows it to be shared be other OpenLMI projects.