From: Thanh Ha Date: Tue, 13 Nov 2018 02:56:45 +0000 (+0800) Subject: Add defusedxml and glob2 to known 3rdparty X-Git-Tag: v0.19.0~13 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=532edfe1f7252daa53cbd010acce1c70b8d5bba6;p=releng%2Flftools.git Add defusedxml and glob2 to known 3rdparty Change-Id: I2bca0139f1855340863200e82596a4db55fc7685 Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 5d095a65..3358cc2f 100644 --- a/.coafile +++ b/.coafile @@ -35,6 +35,8 @@ files = lftools/**.py ignore += docs/conf.py known_first_party_imports = lftools known_third_party_imports = + defusedxml, + glob2, jenkins, pytest, six,