From d2efb16c71d4e46cb609f07e5b173fc59bda0d73 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 27 Jun 2019 15:21:35 -0400 Subject: [PATCH] Remove unneeded line --- misc/disablepasscomplexity.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/disablepasscomplexity.py b/misc/disablepasscomplexity.py index 017e7250..ac2a62c8 100644 --- a/misc/disablepasscomplexity.py +++ b/misc/disablepasscomplexity.py @@ -4,7 +4,6 @@ import json import os import sys -tmppassword = 'to3BdS91ABrd' missingargs = False if 'XCCUSER' not in os.environ: print('Must set XCCUSER environment variable')