File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1204,6 +1204,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12041204test/test_import/data \
12051205test/test_import/data/circular_imports \
12061206test/test_import/data/circular_imports/subpkg \
1207+ test/test_import/data/package \
1208+ test/test_import/data/package2 \
12071209test/test_importlib/namespace_pkgs \
12081210test/test_importlib/namespace_pkgs/both_portions \
12091211test/test_importlib/namespace_pkgs/both_portions/foo \
Original file line number Diff line number Diff line change 11271127 <Compile Include =" test\test_import\data\circular_imports\subpkg\subpackage2.py" />
11281128 <Compile Include =" test\test_import\data\circular_imports\subpkg\util.py" />
11291129 <Compile Include =" test\test_import\data\circular_imports\util.py" />
1130+ <Compile Include =" test\test_import\data\package\__init__.py" />
1131+ <Compile Include =" test\test_import\data\package\submodule.py" />
1132+ <Compile Include =" test\test_import\data\package2\submodule1.py" />
1133+ <Compile Include =" test\test_import\data\package2\submodule2.py" />
11301134 <Compile Include =" test\test_import\__init__.py" />
11311135 <Compile Include =" test\test_import\__main__.py" />
11321136 <Compile Include =" test\test_index.py" />
17861790 <Folder Include =" test\test_import\data\" />
17871791 <Folder Include =" test\test_import\data\circular_imports" />
17881792 <Folder Include =" test\test_import\data\circular_imports\subpkg" />
1793+ <Folder Include =" test\test_import\data\package" />
1794+ <Folder Include =" test\test_import\data\package2" />
17891795 <Folder Include =" test\test_json" />
17901796 <Folder Include =" test\test_tools" />
17911797 <Folder Include =" test\test_warnings" />
You can’t perform that action at this time.
0 commit comments