Skip to content

Commit bb44e55

Browse files
committed
Fix imports in resource.py
1 parent 933875a commit bb44e55

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

stix/ttp/resource.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
# See LICENSE.txt for complete terms.
33

44
# mixbox
5-
from mixbox import fields
6-
from mixbox import typedlist
5+
from mixbox import fields, typedlist
76

87
# internal
98
import stix
9+
import stix.bindings.ttp as ttp_binding
1010
from stix.common import ToolInformation
1111
from stix.common.identity import Identity, IdentityFactory
12-
import stix.bindings.ttp as ttp_binding
13-
14-
# relative
15-
from .infrastructure import Infrastructure
12+
from stix.ttp.infrastructure import Infrastructure
1613

17-
from mixbox import entities, fields
1814

1915
class _IdentityList(typedlist.TypedList):
2016
def __init__(self, *args):

0 commit comments

Comments
 (0)