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

brett.cannon python-checkins at python.org
Tue Feb 3 05:57:49 CET 2009


Author: brett.cannon
Date: Tue Feb  3 05:57:48 2009
New Revision: 69251

Log:
Add importlib to the Makefile.

Modified:
   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	Tue Feb  3 05:57:48 2009
@@ -831,6 +831,9 @@
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
+		importlib importlib/test importlib/test/builtin \
+		importlib/test/extension importlib/test/frozen \
+		importlib/test/import_ importlib/test/source \
 		setuptools setuptools/command setuptools/tests setuptools.egg-info \
 		multiprocessing multiprocessing/dummy \
 		curses $(MACHDEPS)


More information about the Python-checkins mailing list