py_ext/README
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 11 Mar 2019 17:20:15 +0100
changeset 2522 1378c18402c3
parent 721 ecf4d203c4d4
permissions -rw-r--r--
Fixed more pylint reports :
connectors/__init__.py:31: [W1652(deprecated-types-field), ] Accessing a deprecated fields on the types module
in fact, it should have been unused import.
668
048f5a923c86 Better name for python plugin
Edouard Tisserant
parents: 366
diff changeset
     1
Asynchronous Python Interpreter