We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933875a commit bb44e55Copy full SHA for bb44e55
stix/ttp/resource.py
@@ -2,19 +2,15 @@
2
# See LICENSE.txt for complete terms.
3
4
# mixbox
5
-from mixbox import fields
6
-from mixbox import typedlist
+from mixbox import fields, typedlist
7
8
# internal
9
import stix
+import stix.bindings.ttp as ttp_binding
10
from stix.common import ToolInformation
11
from stix.common.identity import Identity, IdentityFactory
12
-import stix.bindings.ttp as ttp_binding
13
-
14
-# relative
15
-from .infrastructure import Infrastructure
+from stix.ttp.infrastructure import Infrastructure
16
17
-from mixbox import entities, fields
18
19
class _IdentityList(typedlist.TypedList):
20
def __init__(self, *args):
0 commit comments