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") raise BaseException("Request not found")
return self._format_request(r) return self._format_request(r)
@command('w') #@command('w')
def ackrequest(self, serialized): #def ackrequest(self, serialized):
"""<Not implemented>""" # """<Not implemented>"""
pass # pass
@command('w') @command('w')
def listrequests(self): def listrequests(self):