Skip to content

Deprecated unnecessary gwpy.utils.compat module

Duncan Macleod requested to merge github/fork/duncanmmacleod/utils-compat into develop

This PR deprecates (but doesn't remove) the gwpy.utils.compat module which so far only provided an import for OrderedDict. Since we don't support python2.6 anymore, we don't need it.

Merge request reports