From: Serhiy Storchaka Date: Thu, 27 Jul 2017 10:15:59 +0000 (+0300) Subject: [3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912) X-Git-Tag: v3.6.3rc1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b16a9705d6b4d31c016c014e59744fc33d53ea;p=python [3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912) (cherry picked from commit d5ed47dea25e04a3a144eddf99a4ac4a29242dbc) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 82e830727e..93a2bab6d9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1206,6 +1206,8 @@ 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/package \ + 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 \