--- 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 = {}