CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.

Home Page:http://cybox.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc

tirkarthi opened this issue · comments

is_mutableseq = lambda x: isinstance(x, collections.MutableSequence)

I will add a PR for this.