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

benjamin.peterson python-checkins at python.org
Sun Apr 19 05:02:54 CEST 2009


Author: benjamin.peterson
Date: Sun Apr 19 05:02:54 2009
New Revision: 71740

Log:
fix typo

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Sun Apr 19 05:02:54 2009
@@ -827,7 +827,7 @@
 		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv importlib wsgiref \
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
-		lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \
+		lib2to3/tests/data lib2to3/tests/data/fixers lib2to3/tests/data/fixers/myfixes \
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
 		multiprocessing multiprocessing/dummy \


More information about the Python-checkins mailing list