summaryrefslogtreecommitdiffstats
path: root/src/software/providers/LMI_SoftwarePackageChecks.py
Commit message (Collapse)AuthorAgeFilesLines
* added pylintlmi checker for python source checkingMichal Minar2012-11-281-311/+0
| | | | | | | | | | | | | | | | | | pylintlmi uses pylint (python source code checking utility) - giving it custom configuration for openlmi project and plugins with additional checks for usage see src/software/README renamed directory "src/software/providers" to "src/software/openlmi/software" * allows installation to custom PYTHONPATH together with openlmi-python egg * that also allows running pylint on sources in devel directory without messages like: W0403: 28,0: Relative import 'openlmi.software.core', should be 'openlmi.software.openlmi.software.core' E0611: 28,0: No name 'software' in module 'openlmi' F0401: 28,0: Unable to import 'openlmi.software.core'
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-9/+13
|
* added python namespace package called openlmiMichal Minar2012-11-081-3/+3
| | | | | This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-131-0/+307
corrected some corner cases, when getting/modifying instance with wrong or missing keys