mirror of https://github.com/python/cpython
Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution.
This commit is contained in:
parent
2c8585b0af
commit
94196532c1
|
@ -822,7 +822,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
|
|||
email email/mime email/test email/test/data \
|
||||
json json/tests \
|
||||
sqlite3 sqlite3/test \
|
||||
logging bsddb bsddb/test csv wsgiref \
|
||||
logging bsddb bsddb/test csv importlib wsgiref \
|
||||
lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
|
||||
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
|
||||
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
||||
|
|
Loading…
Reference in New Issue