Rename response_handler to responsehandler
This commit is contained in:
@@ -226,8 +226,8 @@ class GetCommand(AbstractCommand):
|
|||||||
"""
|
"""
|
||||||
msg = self._get_preamble(client)
|
msg = self._get_preamble(client)
|
||||||
|
|
||||||
from client import response_handler
|
from client import responsehandler
|
||||||
self.filename = response_handler.handle(client, msg, self, self.dir)
|
self.filename = responsehandler.handle(client, msg, self, self.dir)
|
||||||
|
|
||||||
|
|
||||||
class PostCommand(AbstractWithBodyCommand):
|
class PostCommand(AbstractWithBodyCommand):
|
||||||
|
Reference in New Issue
Block a user