Commit d8e90e02 authored by Stefan Behnel's avatar Stefan Behnel

Remove accidental test dependency on "ChainMap", which is missing in Py2.

parent 0a3774ff
...@@ -99,7 +99,7 @@ from sys import * ...@@ -99,7 +99,7 @@ from sys import *
# with import machinery # with import machinery
#import test.ann_module as ann_module #import test.ann_module as ann_module
#import typing #import typing
from collections import ChainMap #from collections import ChainMap
#from test import ann_module2 #from test import ann_module2
#import test #import test
......
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