mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class DictTest(unittest.TestCase):
|
|||
self.fail_("g[42] didn't raise KeyError")
|
||||
|
||||
|
||||
import mapping_tests
|
||||
from test import mapping_tests
|
||||
|
||||
class GeneralMappingTests(mapping_tests.BasicTestMappingProtocol):
|
||||
type2test = dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue