Skip to content

Commit fdca1f5

Browse files
author
brett.cannon
committed
Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution. git-svn-id: http://svn.python.org/projects/python/trunk@69252 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent f9bfbf3 commit fdca1f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Makefile.pre.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
822822
email email/mime email/test email/test/data \
823823
json json/tests \
824824
sqlite3 sqlite3/test \
825-
logging bsddb bsddb/test csv wsgiref \
825+
logging bsddb bsddb/test csv importlib wsgiref \
826826
lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
827827
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
828828
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \

0 commit comments

Comments
 (0)