From 9eef9e805e950eb6bc9ded8c99c5d6abf1d681de Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 1 Aug 2017 14:51:17 -0700 Subject: List myself as interested in all import-related pull requests (GH-2976) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/CODEOWNERS') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d1ebf2c2ba..1dc79f7dec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,5 +8,8 @@ **/*hashlib* @tiran **/*pyhash* @tiran +# Import (including importlib) +**/*import* @brettcannon + # SSL **/*ssl* @tiran -- cgit v1.2.1