gpo: Move gp_sec_ext __init__ to base class
authorDavid Mulder <dmulder@suse.com>
Thu, 29 Mar 2018 15:07:53 +0000 (09:07 -0600)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 12 Apr 2018 06:13:34 +0000 (08:13 +0200)
commit1d47ab7e2a49048f425d544b38bc980abb4f53ef
tree0849c25d6c6fc3a2dcd7b75e0cf52001636a69b3
parentcfd2d70889fdb07bba4d0bb05e59abe2128c84ee
gpo: Move gp_sec_ext __init__ to base class

For this class to be extensible, the constructor
should be available to subclasses.

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gpclass.py