summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-04-04 18:41:13 (GMT)
committerThomas Heller <theller@ctypes.org>2006-04-04 18:41:13 (GMT)
commit3bd3315e492ada408b47f7eabec2054ed7c10fa0 (patch)
tree047d4afea4ebe86bca65d4d7b9a59376737d7918
parent19fd85790621ee8dff9ba5091f40d4b4e8f85a7f (diff)
downloadcpython-3bd3315e492ada408b47f7eabec2054ed7c10fa0.zip
cpython-3bd3315e492ada408b47f7eabec2054ed7c10fa0.tar.gz
cpython-3bd3315e492ada408b47f7eabec2054ed7c10fa0.tar.bz2
Per Martins request, add empty.vbs to Tools\msi\msi.py.
This file is used by test_startfile.py.
-rw-r--r--Tools/msi/msi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index ab2a6d2..44f5665 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -917,6 +917,7 @@ def add_files(db):
lib.add_file("testtar.tar")
lib.add_file("test_difflib_expect.html")
lib.add_file("check_soundcard.vbs")
+ lib.add_file("empty.vbs")
lib.glob("*.uue")
lib.add_file("readme.txt", src="README")
if dir=='decimaltestdata':