Cue / scales

scales - Metrics for Python
Apache License 2.0
920 stars 73 forks source link

Python3 compatibility for UserDict #22

Closed nisanharamati closed 10 years ago

nisanharamati commented 10 years ago

Check python version before trying to import UserDict, get it from collections if 3+, from UserDict otherwise.

PeterScott commented 10 years ago

Fixed.

PeterScott commented 10 years ago

Thanks, by the way! This is exactly the kind of thing I don't usually bump into when using 2.7. :-)