summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* new subpackage openlmi.common created for sharing codeMichal Minar2013-02-041-2/+2
| | | | | | | | openlmi.common subpackage allows to share code accros various OpenLMI provider packages. Currently there is a cmpi_logging.py module. Resolves: #71 in openlmi trac -- Make common package under openlmi namespace for utilities shared accross python providers.
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-081-0/+16
This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.