X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=helena;h=7337461013320e5e370a2169ea7735be131111f4;hb=4e3271db6f9f93073b7a173f3f95c89fa369d0bb;hp=969d625dd3a77cecf22b6ce77f8fb34a8726d32e;hpb=ab9a8e8058315ff4ab4e0f17b13afce00192ec2c;p=dak.git diff --git a/helena b/helena index 969d625d..73374610 100755 --- a/helena +++ b/helena @@ -1,8 +1,8 @@ #!/usr/bin/env python # Produces a report on NEW and BYHAND packages -# Copyright (C) 2001, 2002 James Troup -# $Id: helena,v 1.4 2003-01-02 18:10:02 troup Exp $ +# Copyright (C) 2001, 2002, 2003 James Troup +# $Id: helena,v 1.5 2003-07-15 17:29:26 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 @@ -81,7 +81,7 @@ def time_pp(x): unit="month"; else: x /= 29030400; - unit="years"; + unit="year"; x = int(x); return "%s %s%s" % (x, unit, plural(x));