summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Snapshots.py
Commit message (Collapse)AuthorAgeFilesLines
* Admin: Don't call dead Mode.__call__ codeMichael Fenn2013-11-051-1/+0
| | | | | | | | | In 9eb3db84, Bcfg2.Server.Admin.Mode.__call__() was changed from pass to raise a NotImplementedError. This causes bcfg2-admin compare and bcfg2-admin snapshots to fail because they call Bcfg2.Server.Admin.Mode.__call__() right away. Since that method didn't do anything anyway, it seems expediant to just avoid the call altogether.
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-4/+2
|
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+165
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>