From: James Troup Date: Fri, 15 Feb 2002 04:16:13 +0000 (+0000) Subject: evil typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeee9ede7c6fd7d3d7ff77f776be7813060c02cb;p=dak evil typo --- diff --git a/katie.py b/katie.py index 284f8b0d..e8569cc0 100644 --- a/katie.py +++ b/katie.py @@ -2,7 +2,7 @@ # Utility functions for katie # Copyright (C) 2001 James Troup -# $Id: katie.py,v 1.4 2002-02-15 04:01:14 troup Exp $ +# $Id: katie.py,v 1.5 2002-02-15 04:16:13 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -162,7 +162,7 @@ class Katie: d_changes[i] = changes[i]; # Optional changes fields for i in [ "changed-by", "changedby822", "maintainer822", "filecontents" ]: - if d_changes.has_key(i): + if changes.has_key(i): d_changes[i] = changes[i]; ## dsc for i in [ "source", "version", "maintainer", "fingerprint" ]: