]> granicus.if.org Git - python/commit
Use relative imports in a few places where I noticed the need.
authorGuido van Rossum <guido@python.org>
Wed, 15 Mar 2006 04:33:54 +0000 (04:33 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 15 Mar 2006 04:33:54 +0000 (04:33 +0000)
commit87de069e4e6387e77bafae8aba2f73a70dccc1a2
tree204ccfecd2084d38f807d89de881c9db6958ca5a
parent903d846a69b6a837495c00b26bd4bbcb3835e26f
Use relative imports in a few places where I noticed the need.
(Ideally, all packages in Python 2.5 will use the relative import
syntax for all their relative import needs.)
Lib/distutils/sysconfig.py
Lib/encodings/__init__.py