Skip to content

Commit d4525bf

Browse files
author
Bryan Worrell
committed
Added stix.Entity to MRO of stix.EntityList so that stix.EntityList.to_xml() would be called instead of mixbox's
1 parent da63914 commit d4525bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stix/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def find(self, id_):
249249
return entity
250250

251251

252-
class EntityList(_MixboxEntityList):
252+
class EntityList(Entity, _MixboxEntityList):
253253
_contained_type = _override
254254
_inner_name = None
255255
_dict_as_list = False

0 commit comments

Comments
 (0)