Remove STIXRelationshipObject from 'sro.py'

stix2.1
Emmanuelle Vargas-Gonzalez 2018-07-10 15:27:05 -04:00
parent 023603d86f
commit 8d378fcf81
2 changed files with 8 additions and 18 deletions

View File

@ -2,17 +2,12 @@
from collections import OrderedDict
from ..base import _STIXBase
from ..markings import _MarkingsMixin
from ..core import STIXRelationshipObject
from ..properties import (BooleanProperty, IDProperty, IntegerProperty,
ListProperty, ReferenceProperty, StringProperty,
TimestampProperty, TypeProperty)
from ..utils import NOW
from .common import ExternalReference, GranularMarking
from .properties import (BooleanProperty, IDProperty, IntegerProperty,
ListProperty, ReferenceProperty, StringProperty,
TimestampProperty, TypeProperty)
class STIXRelationshipObject(_STIXBase, _MarkingsMixin):
pass
class Relationship(STIXRelationshipObject):

View File

@ -2,17 +2,12 @@
from collections import OrderedDict
from ..base import _STIXBase
from ..markings import _MarkingsMixin
from ..core import STIXRelationshipObject
from ..properties import (BooleanProperty, IDProperty, IntegerProperty,
ListProperty, ReferenceProperty, StringProperty,
TimestampProperty, TypeProperty)
from ..utils import NOW
from .common import ExternalReference, GranularMarking
from .properties import (BooleanProperty, IDProperty, IntegerProperty,
ListProperty, ReferenceProperty, StringProperty,
TimestampProperty, TypeProperty)
class STIXRelationshipObject(_STIXBase, _MarkingsMixin):
pass
class Relationship(STIXRelationshipObject):