From aeee9ede7c6fd7d3d7ff77f776be7813060c02cb Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 15 Feb 2002 04:16:13 +0000 Subject: [PATCH] evil typo --- katie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]: -- 2.39.5