Skip to content

Commit b84e6fa

Browse files
committed
Stop creating empty CVS directories in the csv subtree.
1 parent 1e942bd commit b84e6fa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

PCbuild/python20.wse

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,13 @@ item: Install File
19401940
Source=..\lib\csv\*.py
19411941
Destination=%MAINDIR%\Lib\csv
19421942
Description=CSV package
1943-
Flags=0000000100000010
1943+
Flags=0000000000000010
1944+
end
1945+
item: Install File
1946+
Source=..\lib\csv\util\*.py
1947+
Destination=%MAINDIR%\Lib\csv\util
1948+
Description=CSV package
1949+
Flags=0000000000000010
19441950
end
19451951
item: Remark
19461952
end

0 commit comments

Comments
 (0)