Move TLP constants up to stix2 namespace

stix2.1
clenk 2017-07-05 13:21:06 -04:00
parent f8e3a4f0e8
commit 1d3c59cc44
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ from .observables import (URL, AlternateDataStream, ArchiveExt, Artifact,
WindowsProcessExt, WindowsRegistryKey,
WindowsRegistryValueType, WindowsServiceExt,
X509Certificate, X509V3ExtenstionsType)
from .other import (ExternalReference, GranularMarking, KillChainPhase,
from .other import (TLP_AMBER, TLP_GREEN, TLP_RED, TLP_WHITE,
ExternalReference, GranularMarking, KillChainPhase,
MarkingDefinition, StatementMarking, TLPMarking)
from .sdo import (AttackPattern, Campaign, CourseOfAction, Identity, Indicator,
IntrusionSet, Malware, ObservedData, Report, ThreatActor,

View File

@ -4,7 +4,7 @@ import pytest
import pytz
import stix2
from stix2.other import TLP_WHITE
from stix2 import TLP_WHITE
from .constants import MARKING_DEFINITION_ID