diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-03 04:58:29 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-03 04:58:29 (GMT) |
commit | 94196532c1afc8d2fe6f64c181f7201f7faff8bc (patch) | |
tree | 8efd797fb148a05675c136cfa83fff70bb2c47e3 | |
parent | 2c8585b0afb6a39c215a71963e2fadea96f2c6ae (diff) | |
download | cpython-94196532c1afc8d2fe6f64c181f7201f7faff8bc.zip cpython-94196532c1afc8d2fe6f64c181f7201f7faff8bc.tar.gz cpython-94196532c1afc8d2fe6f64c181f7201f7faff8bc.tar.bz2 |
Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution.
-rw-r--r-- | Lib/importlib/__init__.py (renamed from Lib/importlib.py) | 0 | ||||
-rw-r--r-- | Makefile.pre.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib.py b/Lib/importlib/__init__.py index 89398de..89398de 100644 --- a/Lib/importlib.py +++ b/Lib/importlib/__init__.py diff --git a/Makefile.pre.in b/Makefile.pre.in index e69157b..16c3df4 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) \ |