summaryrefslogtreecommitdiff
path: root/openstackclient/common/module.py
Commit message (Collapse)AuthorAgeFilesLines
* replace string format arguments with function parametersChristian Berendt2014-05-201-1/+1
| | | | | | | | There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169
* Add module list commandDean Troyer2013-12-031-0/+60
Lists versions of installed python modules (Origianlly proposed as 'version list') Change-Id: I76a51d3d6783f46ef2daa0a41626019a880a2a50