diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/patchtest | 1 | ||||
-rwxr-xr-x | scripts/patchtest-get-branch | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/patchtest b/scripts/patchtest index be40e4b2a4..b71345d828 100755 --- a/scripts/patchtest +++ b/scripts/patchtest | |||
@@ -12,7 +12,6 @@ | |||
12 | import sys | 12 | import sys |
13 | import os | 13 | import os |
14 | import unittest | 14 | import unittest |
15 | import fileinput | ||
16 | import logging | 15 | import logging |
17 | import traceback | 16 | import traceback |
18 | import json | 17 | import json |
diff --git a/scripts/patchtest-get-branch b/scripts/patchtest-get-branch index 962f572b20..b5fb2b0f04 100755 --- a/scripts/patchtest-get-branch +++ b/scripts/patchtest-get-branch | |||
@@ -15,7 +15,6 @@ import mailbox | |||
15 | import argparse | 15 | import argparse |
16 | import re | 16 | import re |
17 | import git | 17 | import git |
18 | import sys | ||
19 | 18 | ||
20 | re_prefix = re.compile("(\[.*\])", re.DOTALL) | 19 | re_prefix = re.compile("(\[.*\])", re.DOTALL) |
21 | 20 | ||