]> granicus.if.org Git - python/commitdiff
Make importlib a package. This allows using svn:externals in the sandbox to
authorBrett Cannon <bcannon@gmail.com>
Tue, 3 Feb 2009 04:58:29 +0000 (04:58 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 3 Feb 2009 04:58:29 +0000 (04:58 +0000)
package up the code for separate distribution.

Lib/importlib/__init__.py [moved from Lib/importlib.py with 100% similarity]
Makefile.pre.in

similarity index 100%
rename from Lib/importlib.py
rename to Lib/importlib/__init__.py
index e69157b74f4814515ee51ea709dd9dd2d6755e97..16c3df4111f4c4bd5811469c4134ac8167a112ef 100644 (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) \