diff -r c3679f96020b -r 38fde37c3766 connectors/__init__.py --- a/connectors/__init__.py Sat Aug 19 00:30:22 2017 +0300 +++ b/connectors/__init__.py Sat Aug 19 00:58:44 2017 +0300 @@ -39,8 +39,7 @@ _GetLocalConnectorClassFactory(name) for name in listdir(_base_path) if (path.isdir(path.join(_base_path, name)) - and not name.startswith("__")) -} + and not name.startswith("__"))} def ConnectorFactory(uri, confnodesroot):