X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=alicia;h=1627474c064de049d091e2bfd460520300dc0d88;hb=3636aaad3b77dfd64aafb890e89fbaf422da9353;hp=89b5f03fa8d3fa4afc8c6c1372ba6adbf45f3bee;hpb=4afe725a83447aebbc5a78127b5e984c90f4c754;p=dak.git diff --git a/alicia b/alicia index 89b5f03f..1627474c 100755 --- a/alicia +++ b/alicia @@ -2,7 +2,7 @@ # Microscopic modification and query tool for overrides in projectb # Copyright (C) 2004 Daniel Silverstone -# $Id: alicia,v 1.5 2004-03-11 00:36:08 troup Exp $ +# $Id: alicia,v 1.6 2004-11-27 17:58: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 @@ -26,7 +26,7 @@ ## That Alisha Rules The World ################################################################################ -import pg, pwd, sys; +import pg, sys; import utils, db_access; import apt_pkg, logging; @@ -220,7 +220,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + ", ".join(bcc); else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Katie: alicia $Revision: 1.5 $"; + Subst["__CC__"] = "X-Katie: alicia $Revision: 1.6 $"; Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"]; Subst["__DISTRO__"] = Cnf["Dinstall::MyDistribution"]; Subst["__WHOAMI__"] = utils.whoami();