Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: bin/
Date: Mon, 19 Jul 2021 02:55:07
Message-Id: 1626663283.4a160a6b646b01fa14f59ac14337640141451864.ajak@gentoo
1 commit: 4a160a6b646b01fa14f59ac14337640141451864
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 16:46:39 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 02:54:43 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=4a160a6b
7
8 cvetool: fix missing import
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 bin/CVETool.py | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/bin/CVETool.py b/bin/CVETool.py
16 index 7a5c576..29eab39 100644
17 --- a/bin/CVETool.py
18 +++ b/bin/CVETool.py
19 @@ -1,4 +1,5 @@
20 import re
21 +import os
22 import sys
23
24 from base64 import b64encode