X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-sshlist;h=7df02429ee60dfd803e1ea36b551fedaec2e526a;hb=refs%2Fheads%2Fsalsa;hp=61f5f15c3f2fa4cf8c86397fae7845df3513d5b0;hpb=198bda079d03f7251b50f95e6a28c1fb046e616a;p=mirror%2Fuserdir-ldap.git diff --git a/ud-sshlist b/ud-sshlist index 61f5f15..7df0242 100755 --- a/ud-sshlist +++ b/ud-sshlist @@ -37,7 +37,7 @@ while (1): break; if Line[0] == '#' or Line[0] == '\n': continue; - if SSHAuthSplit.match(Line) == None: + if SSHAuthSplit.match(Line) is None: print "Bad line", File; else: Lines.append(Line);