summaryrefslogtreecommitdiffstats
path: root/src/python/lmi/common/cmpi_logging.py
Commit message (Collapse)AuthorAgeFilesLines
* openlmi-python: split python packageMichal Minar2013-07-301-204/+0
| | | | | | | | | | | Split the openlmi-python package to 2: * openlmi-python-base - lmi namespace - functionality for any OpenLMI related python code - contains packages 'lmi' and 'lmi.base' * openlmi-python-providers - common functionality for OpenLMI providers - contains 'lmi.providers'
* renamed openlmi namespace to lmiMichal Minar2013-07-041-0/+204
To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.