nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

Python 2.6 support for OrderedDict #43

Closed arcticlinux closed 9 years ago

arcticlinux commented 9 years ago

Try to used collections.OrderedDict and if it is not available try to use ordereddict.OrderedDict

arcticlinux commented 9 years ago

Any interest in staying compatible with Python2.6 by hang a fallback to ordereddict.OrderedDict?

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.96%) to 93.43% when pulling 1cf59bf32a9701ff3d5cf4b9a641e741468142e7 on arcticlinux:master into 32065eee1cd855886def900572cd0a890012affa on nvbn:master.

nvbn commented 9 years ago

Thanks!