connectors/__init__.py
changeset 1773 38fde37c3766
parent 1767 c74815729afd
child 1785 0ff2a45dcefa
--- 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):