--- a/Globals/E5ConfigParser.py Thu Mar 16 19:30:15 2017 +0100 +++ b/Globals/E5ConfigParser.py Thu Mar 16 19:32:33 2017 +0100 @@ -15,7 +15,8 @@ except ImportError: # Py2 part with the compatibility wrapper class try: - from collections import OrderedDict as _default_dict # __IGNORE_WARNING__ + from collections import OrderedDict as _default_dict + # __IGNORE_WARNING_N813__ except ImportError: # fallback for setup.py which hasn't yet built _collections _default_dict = dict