Remove STIXRelationshipObject from 'sro.py'
parent
023603d86f
commit
8d378fcf81
|
@ -2,17 +2,12 @@
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
from ..base import _STIXBase
|
from ..core import STIXRelationshipObject
|
||||||
from ..markings import _MarkingsMixin
|
from ..properties import (BooleanProperty, IDProperty, IntegerProperty,
|
||||||
from ..utils import NOW
|
|
||||||
from .common import ExternalReference, GranularMarking
|
|
||||||
from .properties import (BooleanProperty, IDProperty, IntegerProperty,
|
|
||||||
ListProperty, ReferenceProperty, StringProperty,
|
ListProperty, ReferenceProperty, StringProperty,
|
||||||
TimestampProperty, TypeProperty)
|
TimestampProperty, TypeProperty)
|
||||||
|
from ..utils import NOW
|
||||||
|
from .common import ExternalReference, GranularMarking
|
||||||
class STIXRelationshipObject(_STIXBase, _MarkingsMixin):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Relationship(STIXRelationshipObject):
|
class Relationship(STIXRelationshipObject):
|
||||||
|
|
|
@ -2,17 +2,12 @@
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
from ..base import _STIXBase
|
from ..core import STIXRelationshipObject
|
||||||
from ..markings import _MarkingsMixin
|
from ..properties import (BooleanProperty, IDProperty, IntegerProperty,
|
||||||
from ..utils import NOW
|
|
||||||
from .common import ExternalReference, GranularMarking
|
|
||||||
from .properties import (BooleanProperty, IDProperty, IntegerProperty,
|
|
||||||
ListProperty, ReferenceProperty, StringProperty,
|
ListProperty, ReferenceProperty, StringProperty,
|
||||||
TimestampProperty, TypeProperty)
|
TimestampProperty, TypeProperty)
|
||||||
|
from ..utils import NOW
|
||||||
|
from .common import ExternalReference, GranularMarking
|
||||||
class STIXRelationshipObject(_STIXBase, _MarkingsMixin):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class Relationship(STIXRelationshipObject):
|
class Relationship(STIXRelationshipObject):
|
||||||
|
|
Loading…
Reference in New Issue