]> git.decadent.org.uk Git - dak.git/blobdiff - madison
Remove use of ROUser -- both auric and pandora have select granted to public(everyone...
[dak.git] / madison
diff --git a/madison b/madison
index cfbad280fe5913a8767293d14b51dfa5287d216d..4c176008f5e481d8febf68d8d1b7597dc6cb53c6 100755 (executable)
--- a/madison
+++ b/madison
@@ -2,7 +2,7 @@
 
 # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: madison,v 1.8 2001-08-21 15:44:27 troup Exp $
+# $Id: madison,v 1.9 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
@@ -65,7 +65,7 @@ def main ():
 
     packages = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv);
     Options = Cnf.SubTree("Madison::Options")
-    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);
 
     if packages == []: