diff -r 70441ce79d5a -r 91456f5321b5 ThirdParty/EditorConfig/editorconfig/handler.py --- a/ThirdParty/EditorConfig/editorconfig/handler.py Sun Feb 18 17:43:24 2018 +0100 +++ b/ThirdParty/EditorConfig/editorconfig/handler.py Tue Feb 27 19:56:50 2018 +0100 @@ -10,8 +10,8 @@ import os from editorconfig import VERSION +from editorconfig.exceptions import PathError, VersionError from editorconfig.ini import EditorConfigParser -from editorconfig.exceptions import PathError, VersionError __all__ = ['EditorConfigHandler']