commit e5b5e8d0f4d1cfa9c96dfe6b9d1e43a1e6d6b78f parent a50dce4cefaf87e955705bb97ef873eb7196ab7d Author: ThomasV <thomasv@gitorious> Date: Thu, 11 Jun 2015 10:50:25 +0200 comment our ackrequest Diffstat:
M | lib/commands.py | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/commands.py b/lib/commands.py @@ -527,10 +527,10 @@ class Commands: raise BaseException("Request not found") return self._format_request(r) - @command('w') - def ackrequest(self, serialized): - """<Not implemented>""" - pass + #@command('w') + #def ackrequest(self, serialized): + # """<Not implemented>""" + # pass @command('w') def listrequests(self):