X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=charisma;h=bc45aa4066c1c5428b588eed32538e3b43c021a2;hb=ec1a67974741109d20ca943f324c02bc34a5f21e;hp=362ed5e59549046522678f28dced4972b61bda4a;hpb=b5ee62da9921f9e14343e880c156ab1bf9896190;p=dak.git diff --git a/charisma b/charisma index 362ed5e5..bc45aa40 100755 --- a/charisma +++ b/charisma @@ -2,7 +2,7 @@ # Generate Maintainers file used by e.g. the Debian Bug Tracking System # Copyright (C) 2000, 2001 James Troup -# $Id: charisma,v 1.7 2001-04-03 10:01:27 troup Exp $ +# $Id: charisma,v 1.8 2001-09-05 18:51:21 rmurray 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 @@ -75,7 +75,7 @@ def main(): extra_files = apt_pkg.ParseCommandLine(Cnf,[],sys.argv); - projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"]), None, None, Cnf["DB::ROUser"]); + projectB = pg.connect(Cnf["DB::Name"], Cnf["DB::Host"], int(Cnf["DB::Port"])); db_access.init(Cnf, projectB); for suite in Cnf.SubTree("Suite").List():