aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2016-03-11 03:15:32 +0000
committerBen Copeland <ben.copeland@linaro.org>2016-03-11 14:54:24 +0000
commit4eafaa41b148ade4d2510a1d27f8c5dd6619086f (patch)
treedb2bd82c244f343c2ef6f09076973c2edda2ea50 /license_protected_downloads
parent0a089f17ec24c50aff10e2f6269c5497a5602c51 (diff)
report_process: missing sys dependency
Change-Id: I26990c1975308e1e1f0008b80b3edc07476ab756 Reviewed-on: https://review.linaro.org/10885 Reviewed-by: Andy Doan <andy.doan+gerrit@linaro.org>
Diffstat (limited to 'license_protected_downloads')
-rw-r--r--license_protected_downloads/management/commands/report_process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/license_protected_downloads/management/commands/report_process.py b/license_protected_downloads/management/commands/report_process.py
index 1e7ba53..46a49e4 100644
--- a/license_protected_downloads/management/commands/report_process.py
+++ b/license_protected_downloads/management/commands/report_process.py
@@ -8,6 +8,7 @@ import glob
import logging
import csv
import fcntl
+import sys
logging.getLogger().setLevel(logging.WARN)