comment our ackrequest

This commit is contained in:
ThomasV 2015-06-11 10:50:25 +02:00
parent a50dce4cef
commit e5b5e8d0f4
1 changed files with 4 additions and 4 deletions

View File

@ -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):