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:
Brett Cannon 2009-02-03 04:58:29 +00:00
parent 2c8585b0af
commit 94196532c1
2 changed files with 1 additions and 1 deletions

View File

@ -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) \