Closed laroque closed 9 years ago
A provider is supposed to implement send(self, command_list=[])... it should support on_send(self, *commands) which unpacks a tuple of commands and sends them.
I actually just did this, but wanted to have the issue as part of the milestone for reference.
A provider is supposed to implement send(self, command_list=[])... it should support on_send(self, *commands) which unpacks a tuple of commands and sends them.