Merge pull request #12866 from bcoca/more_inheritence

More inheritence
This commit is contained in:
James Cammarata 2015-10-27 14:46:42 -04:00
commit 1dc23ea779
2 changed files with 3 additions and 3 deletions

View file

@ -54,6 +54,9 @@ class Base:
# flags and misc. settings
_environment = FieldAttribute(isa='list')
_no_log = FieldAttribute(isa='bool')
_always_run = FieldAttribute(isa='bool')
_run_once = FieldAttribute(isa='bool')
_ignore_errors = FieldAttribute(isa='bool')
# param names which have been deprecated/removed
DEPRECATED_ATTRIBUTES = [