From d691136b130b0a961878a7201fbd6949b570ec0e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 7 Oct 2002 00:59:01 +0000 Subject: [PATCH] They don't work yet, but the installer at least needs to install the email pkg's distinct test suite. --- PCbuild/python20.wse | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ffe18cd9e664..72d4ca0ea5d5 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1911,6 +1911,24 @@ item: Install File Description=Library email package Flags=0000000000000010 end +item: Install File + Source=..\lib\email\test\*.py + Destination=%MAINDIR%\Lib\email\test + Description=email tests + Flags=0000000000000010 +end +item: Install File + Source=..\lib\email\test\data\*.txt + Destination=%MAINDIR%\Lib\email\test\data + Description=email test data + Flags=0000000000000010 +end +item: Install File + Source=..\lib\email\test\data\*.gif + Destination=%MAINDIR%\Lib\email\test\data + Description=email test data + Flags=0000000000000010 +end item: Remark end item: Install File -- 2.47.3