[Python-checkins] cpython (2.7): Issue #19990: Install test/imghdrdata.

ned.deily python-checkins at python.org
Sun Feb 2 23:01:29 CET 2014


http://hg.python.org/cpython/rev/e2d013e90e88
changeset:   88910:e2d013e90e88
branch:      2.7
parent:      88908:69a2cc048c80
user:        Ned Deily <nad at acm.org>
date:        Sun Feb 02 13:59:26 2014 -0800
summary:
  Issue #19990: Install test/imghdrdata.

files:
  Makefile.pre.in |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -931,7 +931,9 @@
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
 LIBSUBDIRS=	lib-tk lib-tk/test lib-tk/test/test_tkinter \
 		lib-tk/test/test_ttk site-packages test test/audiodata test/data \
-		test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
+		test/cjkencodings test/decimaltestdata test/xmltestdata \
+		test/imghdrdata \
+		test/subprocessdata \
 		test/tracedmodules \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list