Commit c3e54b84 authored by Neal Norwitz's avatar Neal Norwitz

Use *absolute* import now that it is required. (Should this go into 2.5? ...

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.)
parent 16d65104
...@@ -445,7 +445,7 @@ class DictTest(unittest.TestCase): ...@@ -445,7 +445,7 @@ class DictTest(unittest.TestCase):
self.fail_("g[42] didn't raise KeyError") self.fail_("g[42] didn't raise KeyError")
import mapping_tests from test import mapping_tests
class GeneralMappingTests(mapping_tests.BasicTestMappingProtocol): class GeneralMappingTests(mapping_tests.BasicTestMappingProtocol):
type2test = dict type2test = dict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment