Fix OrderedDict test
Existing code would have raised: AttributeError: 'module' object has no attribute 'OrderedDict' Instead import the class directly into the current namespace to force an ImportError exception
Loading
Please register or sign in to comment