adding the misssing file in tests folder

This commit is contained in:
chfw 2016-03-18 22:03:50 +00:00
parent eb75fa9460
commit bf8d9163c9
1 changed files with 7 additions and 0 deletions

7
tests/_compact.py Normal file
View File

@ -0,0 +1,7 @@
import sys
if sys.version_info[0] == 2 and sys.version_info[1] < 7:
from ordereddict import OrderedDict
else:
from collections import OrderedDict