diff options
Diffstat (limited to 'scripts/send-error-report')
-rwxr-xr-x | scripts/send-error-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/send-error-report b/scripts/send-error-report index 0ed7cc905e..cfbcaa52cb 100755 --- a/scripts/send-error-report +++ b/scripts/send-error-report | |||
@@ -6,6 +6,9 @@ | |||
6 | # Copyright (C) 2013 Intel Corporation | 6 | # Copyright (C) 2013 Intel Corporation |
7 | # Author: Andreea Proca <andreea.b.proca@intel.com> | 7 | # Author: Andreea Proca <andreea.b.proca@intel.com> |
8 | # Author: Michael Wood <michael.g.wood@intel.com> | 8 | # Author: Michael Wood <michael.g.wood@intel.com> |
9 | # | ||
10 | # SPDX-License-Identifier: GPL-2.0-only | ||
11 | # | ||
9 | 12 | ||
10 | import urllib.request, urllib.error | 13 | import urllib.request, urllib.error |
11 | import sys | 14 | import sys |