Use *absolute* import now that it is required. (Should this go into 2.5? Hopefully not the bogus comment about using relative imports. That was just to see if anyone was paying attention.)

This commit is contained in:
Neal Norwitz 2006-03-24 07:38:37 +00:00
parent 16d6510425
commit c3e54b8480
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ class G(dict):
self.fail_("g[42] didn't raise KeyError")
import mapping_tests
from test import mapping_tests
class GeneralMappingTests(mapping_tests.BasicTestMappingProtocol):
type2test = dict