X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils.py;h=c537bf8f34df16b1492319b5dbf517e4136284f9;hb=33f1fc6121322c1ace0bdfec4aa55f23770af680;hp=9b3ab2a1af6977352c74e2ec97cda16ee2384de7;hpb=5fed805777228403024d131fb189a1a1b2d53c34;p=dak.git diff --git a/utils.py b/utils.py index 9b3ab2a1..c537bf8f 100644 --- a/utils.py +++ b/utils.py @@ -2,7 +2,7 @@ # Utility functions # Copyright (C) 2000, 2001, 2002, 2003, 2004 James Troup -# $Id: utils.py,v 1.63 2004-02-27 20:07:40 troup Exp $ +# $Id: utils.py,v 1.64 2004-03-11 00:20:51 troup Exp $ ################################################################################ @@ -274,7 +274,7 @@ def fix_maintainer (maintainer): rfc822 = maintainer; name = ""; email = ""; - if m != None and len(m.groups()) == 2: + if m and len(m.groups()) == 2: name = m.group(1); email = m.group(2); if name.find(',') != -1 or name.find('.') != -1: