Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information