Fix initialization order in EtasBus by lumagi · Pull Request #1704 · hardbyte/python-can

@lumagi

super.__init__ calls set_filters, which is only permissible
after the corresponding structures have been created in the child
constructor. Hence, super.__init__ must be called after the child has
finished initialization. Fixes hardbyte#1693

zariiii9003