aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-07-17 11:46:39 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-07-18 21:54:43 -0500
commit4a160a6b646b01fa14f59ac14337640141451864 (patch)
treecc1de2163c73d4fac7ca55d2e21666c789a93a79
parentdependencies: bugzilla -> python-bugzilla (diff)
downloadsecurity-4a160a6b646b01fa14f59ac14337640141451864.tar.gz
security-4a160a6b646b01fa14f59ac14337640141451864.tar.bz2
security-4a160a6b646b01fa14f59ac14337640141451864.zip
cvetool: fix missing import
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--bin/CVETool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/CVETool.py b/bin/CVETool.py
index 7a5c576..29eab39 100644
--- a/bin/CVETool.py
+++ b/bin/CVETool.py
@@ -1,4 +1,5 @@
import re
+import os
import sys
from base64 import b64encode