diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-29 07:45:20 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-29 07:45:20 +0200 |
| commit | 9cfdb67524122b13436556d9f1c3841e6f91a02e (patch) | |
| tree | 3fa32ce1c774ed044286c7aaac8409ce7eb3843c /src | |
| parent | 026d6c35112f17f3d327f7f7b905b8ab9ceeddb5 (diff) | |
New release
Diffstat (limited to 'src')
| -rwxr-xr-x | src/fapi | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ class FapiBase(object): color = reset = '' else: reset = '' if color == '' else Style.RESET_ALL - print >> sys.stderr, (color+'%s'+reset) % message def out(self, result, color=''): |
