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 \
1204
1204
test/test_import/data \
1205
1205
test/test_import/data/circular_imports \
1206
1206
test/test_import/data/circular_imports/subpkg \
1207
+ test/test_import/data/package \
1208
+ test/test_import/data/package2 \
1207
1209
test/test_importlib/namespace_pkgs \
1208
1210
test/test_importlib/namespace_pkgs/both_portions \
1209
1211
test/test_importlib/namespace_pkgs/both_portions/foo \
Original file line number Diff line number Diff line change 1127
1127
<Compile Include =" test\test_import\data\circular_imports\subpkg\subpackage2.py" />
1128
1128
<Compile Include =" test\test_import\data\circular_imports\subpkg\util.py" />
1129
1129
<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" />
1130
1134
<Compile Include =" test\test_import\__init__.py" />
1131
1135
<Compile Include =" test\test_import\__main__.py" />
1132
1136
<Compile Include =" test\test_index.py" />
1786
1790
<Folder Include =" test\test_import\data\" />
1787
1791
<Folder Include =" test\test_import\data\circular_imports" />
1788
1792
<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" />
1789
1795
<Folder Include =" test\test_json" />
1790
1796
<Folder Include =" test\test_tools" />
1791
1797
<Folder Include =" test\test_warnings" />
You can’t perform that action at this time.
0 commit comments