summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-09-08 12:45:58 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-09-08 12:45:58 -0400
commit62a73c0edd8a7cfbecd7d12324b9d54fd0192953 (patch)
tree3ee246404ae1bad9e6d1ad7154bceb720829d9c7 /tools
parentf1d38f5b3dcf6da2aad914517aefc730bb0b8590 (diff)
downloadqtdeclarative-testsuites-62a73c0edd8a7cfbecd7d12324b9d54fd0192953.tar.gz
Lint: fix import order
Diffstat (limited to 'tools')
-rwxr-xr-xtools/lint/lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint/lint.py b/tools/lint/lint.py
index 9c446b5bb..9d72fe38b 100755
--- a/tools/lint/lint.py
+++ b/tools/lint/lint.py
@@ -7,8 +7,8 @@ import sys
from lib.collect_files import collect_files
from lib.checks.features import CheckFeatures
-from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.frontmatter import CheckFrontmatter
+from lib.checks.harnessfeatures import CheckHarnessFeatures
from lib.checks.license import CheckLicense
from lib.checks.negative import CheckNegative
from lib.eprint import eprint