Skip to content
  • Javier Jardón's avatar
    doc/bst2html.py: Fix deprecation warning · c53d190b
    Javier Jardón authored and Tristan Van Berkom's avatar Tristan Van Berkom committed
    This fixes the following:
    "
    /home/jjardon/buildstream/buildstream/doc/bst2html.py:32: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
      from collections import Mapping
    "
    c53d190b