[Python-checkins] r74151 - in python/branches/py3k: Makefile.pre.in

benjamin.peterson python-checkins at python.org
Wed Jul 22 01:18:55 CEST 2009


Author: benjamin.peterson
Date: Wed Jul 22 01:18:55 2009
New Revision: 74151

Log:
Merged revisions 74150 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74150 | benjamin.peterson | 2009-07-21 18:13:14 -0500 (Tue, 21 Jul 2009) | 1 line
  
  install unittest as a package
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Wed Jul 22 01:18:55 2009
@@ -848,6 +848,7 @@
 		importlib/test/import_ importlib/test/source \
 		setuptools setuptools/command setuptools/tests setuptools.egg-info \
 		multiprocessing multiprocessing/dummy \
+		unittest \
 		curses pydoc_data $(MACHDEPS)
 libinstall:	build_all $(srcdir)/Lib/$(PLATDIR)
 	@for i in $(SCRIPTDIR) $(LIBDEST); \


More information about the Python-checkins mailing list