Hi, Is there a way to tell Pylint 0.14.0 to handle deferred imports of Zope3 like in this example? >>>from zope.component import provideUtility which leads to this Pylint message: E: 1: No name 'provideUtility' in module 'zope.component' Best Regards, Daniel