]> granicus.if.org Git - python/commit
While testing absolute and relative imports, remember that absolute imports
authorThomas Wouters <thomas@python.org>
Sun, 28 May 2006 10:46:55 +0000 (10:46 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 28 May 2006 10:46:55 +0000 (10:46 +0000)
commit60254fe8448787be73e7973616e206f2b5de3f21
tree7b22102548f5cc4eddac889268a0f2f232883e5a
parent477c8d5e70240744d24631b18341ad892c8a8e1c
While testing absolute and relative imports, remember that absolute imports
are the default now. (Should __future__ be cleaned up, and all tests for
future statements be removed or changed to expect exceptions when they are
used?)
Lib/test/test_importhooks.py