From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:14:02 +0000 (+1300) Subject: python/upgradehelpers: remove unused imports and variables X-Git-Tag: talloc-2.3.2~1082 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=820b3d82fa8298d3f100c295bd931eef20108d3d;p=thirdparty%2Fsamba.git python/upgradehelpers: remove unused imports and variables Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider Reviewed-by: David Mulder --- diff --git a/python/samba/upgradehelpers.py b/python/samba/upgradehelpers.py index 32e7ae263a6..bc16590df28 100644 --- a/python/samba/upgradehelpers.py +++ b/python/samba/upgradehelpers.py @@ -37,7 +37,7 @@ from samba.provision import (provision_paths_from_lp, provision, ProvisioningError, secretsdb_self_join) from samba.provision.common import FILL_FULL -from samba.dcerpc import xattr, drsblobs, security +from samba.dcerpc import drsblobs from samba.dcerpc.misc import SEC_CHAN_BDC from samba.ndr import ndr_unpack from samba.samdb import SamDB