From: Brett Cannon Date: Tue, 3 Feb 2009 04:58:29 +0000 (+0000) Subject: Make importlib a package. This allows using svn:externals in the sandbox to X-Git-Tag: v2.7a1~2133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94196532c1afc8d2fe6f64c181f7201f7faff8bc;p=python Make importlib a package. This allows using svn:externals in the sandbox to package up the code for separate distribution. --- diff --git a/Lib/importlib.py b/Lib/importlib/__init__.py similarity index 100% rename from Lib/importlib.py rename to Lib/importlib/__init__.py diff --git a/Makefile.pre.in b/Makefile.pre.in index e69157b74f..16c3df4111 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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) \