From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:47:22 +0000 (+1300) Subject: python/tests/gpo: import what we need (errno, not gp_log) X-Git-Tag: tdb-1.3.17~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f56dc1a1fa59334f37ce0ab372278094624eaee;p=thirdparty%2Fsamba.git python/tests/gpo: import what we need (errno, not gp_log) Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/gpo.py b/python/samba/tests/gpo.py index 6cb0edfb5f6..84e59edb9d6 100644 --- a/python/samba/tests/gpo.py +++ b/python/samba/tests/gpo.py @@ -15,9 +15,10 @@ # along with this program. If not, see . import os +import errno from samba import gpo, tests from samba.gpclass import register_gp_extension, list_gp_extensions, \ - unregister_gp_extension, gp_log, GPOStorage + unregister_gp_extension, GPOStorage from samba.param import LoadParm from samba.gpclass import check_refresh_gpo_list, check_safe_path, \ check_guid, parse_gpext_conf, atomic_write_conf, get_deleted_gpos_list