mirror of https://github.com/python/cpython.git
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:
parent
16d6510425
commit
c3e54b8480
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue