diff options
Diffstat (limited to 'scripts/check_whitespace.py')
-rwxr-xr-x | scripts/check_whitespace.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/check_whitespace.py b/scripts/check_whitespace.py index 9223213a..9b917c4e 100755 --- a/scripts/check_whitespace.py +++ b/scripts/check_whitespace.py @@ -4,7 +4,9 @@ # Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import sys, os.path, unicodedata +import os.path +import sys +import unicodedata HaveError = False |