From: Douglas Bagnall Date: Thu, 11 Oct 2018 05:33:23 +0000 (+1300) Subject: s4/scripting/pfm_verify: remove duplicate import X-Git-Tag: tdb-1.3.17~1173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a57a5b014eaa41a2ac6405b10e37313341d26a;p=thirdparty%2Fsamba.git s4/scripting/pfm_verify: remove duplicate import Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/source4/scripting/devel/pfm_verify.py b/source4/scripting/devel/pfm_verify.py index c1e2f7ab692..8fd10124a4f 100755 --- a/source4/scripting/devel/pfm_verify.py +++ b/source4/scripting/devel/pfm_verify.py @@ -162,7 +162,6 @@ if __name__ == "__main__": creds = credopts.get_credentials(lp) if len(args) != 1: - import os if "DC_SERVER" not in os.environ.keys(): parser.error("You must supply a server") args.append(os.environ["DC_SERVER"])