Skip to content

Commit

Permalink
gpo: Specify samba module when importing from gpclass
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>

Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Fri Jul 13 01:05:22 CEST 2018 on sn-devel-144
  • Loading branch information
dmulder authored and abartlet committed Jul 12, 2018
1 parent b05b619 commit f3358f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/samba/gp_sec_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import os.path
from gpclass import gp_ext_setter, gp_inf_ext
from samba.gpclass import gp_ext_setter, gp_inf_ext

class inf_to_kdc_tdb(gp_ext_setter):
def mins_to_hours(self):
Expand Down

0 comments on commit f3358f0

Please sign in to comment.