From f3358f048d7583bb63cb0f09efdd68fbbe49d32e Mon Sep 17 00:00:00 2001 From: David Mulder Date: Wed, 16 May 2018 09:03:32 -0600 Subject: [PATCH] gpo: Specify samba module when importing from gpclass Signed-off-by: David Mulder Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Jul 13 01:05:22 CEST 2018 on sn-devel-144 --- python/samba/gp_sec_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/gp_sec_ext.py b/python/samba/gp_sec_ext.py index bbd385f73c6..11fd1f5d98a 100644 --- a/python/samba/gp_sec_ext.py +++ b/python/samba/gp_sec_ext.py @@ -16,7 +16,7 @@ # along with this program. If not, see . 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): -- 2.47.3