Taught the Windows installer about changes in the structure of the email
package, and the loss of the test/data directory.
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index 400da40..369efc5 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1907,6 +1907,24 @@
   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
@@ -2236,14 +2254,6 @@
 item: Remark
 end
 item: Install File
-  Source=..\lib\test\data\*.*
-  Destination=%MAINDIR%\Lib\test\data
-  Description=Python Test files
-  Flags=0000000000000010
-end
-item: Remark
-end
-item: Install File
   Source=..\lib\test\output\*.*
   Destination=%MAINDIR%\Lib\test\output
   Description=Python Test output files