From: Serhiy Storchaka Date: Thu, 27 Jul 2017 10:16:21 +0000 (+0300) Subject: [3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913) X-Git-Tag: v3.5.5rc1~16^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9fbed19a964e55ee703005823d8a7408f83d7f4;p=python [3.5] bpo-30876: Add new import test files to projects. (GH-2851). (#2913) (cherry picked from commit d5ed47dea25e04a3a144eddf99a4ac4a29242dbc) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 144c1f8629..df791a88ee 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1187,6 +1187,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/test_import/data \ test/test_import/data/circular_imports \ test/test_import/data/circular_imports/subpkg \ + test/test_import/data/package2 \ test/test_importlib/namespace_pkgs \ test/test_importlib/namespace_pkgs/both_portions \ test/test_importlib/namespace_pkgs/both_portions/foo \