0xsysr3ll

Results 1 comments of 0xsysr3ll

Hello, The error comes from this import in `core/plugin.py` : ```python3 import collections ``` In fact, since python3.3, this method to import `Mapping` is deprecated. It should be : ```python3...