Removed _observed_data_init() from workbench.py, part of the old
monkeypatching algorithm. It's no longer needed and I forgot to delete it.master
parent
823b67a4fc
commit
227383cdcb
|
@ -117,12 +117,6 @@ def _related_wrapper(self, *args, **kwargs):
|
||||||
return _environ.related_to(self, *args, **kwargs)
|
return _environ.related_to(self, *args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
def _observed_data_init(self, *args, **kwargs):
|
|
||||||
self.__allow_custom = kwargs.get('allow_custom', False)
|
|
||||||
self._properties['objects'].allow_custom = kwargs.get('allow_custom', False)
|
|
||||||
super(self.__class__, self).__init__(*args, **kwargs)
|
|
||||||
|
|
||||||
|
|
||||||
def _setup_workbench():
|
def _setup_workbench():
|
||||||
for obj_type in STIX_OBJS:
|
for obj_type in STIX_OBJS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue