[Python-checkins] r74150 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Wed Jul 22 01:13:19 CEST 2009


Author: benjamin.peterson
Date: Wed Jul 22 01:13:14 2009
New Revision: 74150

Log:
install unittest as a package

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Wed Jul 22 01:13:14 2009
@@ -838,6 +838,7 @@
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
 		multiprocessing multiprocessing/dummy \
+		unittest \
 		lib-old \
 		curses pydoc_data $(MACHDEPS)
 libinstall:	build_all $(srcdir)/Lib/$(PLATDIR)


More information about the Python-checkins mailing list