diff -r 70441ce79d5a -r 91456f5321b5 ThirdParty/EditorConfig/editorconfig/fnmatch.py --- a/ThirdParty/EditorConfig/editorconfig/fnmatch.py Sun Feb 18 17:43:24 2018 +0100 +++ b/ThirdParty/EditorConfig/editorconfig/fnmatch.py Tue Feb 27 19:56:50 2018 +0100 @@ -20,6 +20,7 @@ import os import re + __all__ = ["fnmatch", "fnmatchcase", "translate"] _cache = {}