Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 19802db

Browse files
authored
Merge pull request #44 from mitre-attack/layer-taxii-imports
Update to pinned version of taxii module
2 parents e292224 + 8b6110f commit 19802db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/exporters/matrix_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from stix2 import TAXIICollectionSource, Filter, MemoryStore
2-
from taxii2client import Server, Collection
2+
from taxii2client.v20 import Server, Collection
33

44

55
class DomainNotLoadedError(Exception):

0 commit comments

Comments
 (0)