pylint: Handle primitive types for no-name-in-module.
This fixes errors such as: E: No name '_dtmldir' in module 'Products.ERP5Type' (no-name-in-module) Where _dtmldir is 'PATH/TO/Products/ERP5Type/dtml/', dynamically added to Products.ERP5Type module.
Showing
Please register or sign in to comment