beremiz

Fixed more pylint reports :

2019-03-11, Edouard Tisserant
1378c18402c3
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.
--- a/connectors/__init__.py Mon Mar 11 13:51:07 2019 +0100
+++ b/connectors/__init__.py Mon Mar 11 17:20:15 2019 +0100
@@ -28,7 +28,6 @@
from __future__ import absolute_import
from os import listdir, path
-import util.paths as paths
from connectors.ConnectorBase import ConnectorBase
from types import ClassType