summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash when a file diff contains utf-8 charsStéphane Graber2013-07-121-0/+3
| | | | | | | | | This fixes a crash when the client tries to render the diff of a file which includes unicode characters. This change assumes that utf-8 is the default encoding, which looking at the rest of the code appears to be a safe bet. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
* Client: Exit when ^C is pressed interactivelySol Jerome2013-06-121-5/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Client: Fix interactive promptSol Jerome2013-05-131-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* remove some unnecessary __all__ variablesChris St. Pierre2013-03-291-3/+1
|
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-3/+3
|
* wrote unit tests for base client Tool classesChris St. Pierre2013-02-201-0/+28
|
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-1/+1
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+3
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>