compat.py 240 B

12345678910
  1. #
  2. # SPDX-License-Identifier: GPL-2.0-only
  3. #
  4. """Code pulled from future python versions, here for compatibility"""
  5. from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
  6. from functools import total_ordering