X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=denise;h=b17dad0537f5a8ec3fd61511a9831c5ca0aea3ca;hb=e0b8c1b28a727fa524933497011a7aa6039e8561;hp=7d7ed1025c124407b35b1ece99163bd5b8458ebe;hpb=5f1c041b6360046ba2a6cdd3fa41ddaac036d7a3;p=dak.git diff --git a/denise b/denise index 7d7ed102..b17dad05 100755 --- a/denise +++ b/denise @@ -2,7 +2,7 @@ # Output override files for apt-ftparchive and indices/ # Copyright (C) 2000, 2001 James Troup -# $Id: denise,v 1.8 2001-09-17 11:18:37 troup Exp $ +# $Id: denise,v 1.9 2001-11-18 19:57:58 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,10 +75,7 @@ def list(suite, component, type): def main (): global Cnf, projectB, override; - apt_pkg.init(); - - Cnf = apt_pkg.newConfiguration(); - apt_pkg.ReadConfigFileISC(Cnf,utils.which_conf_file()); + Cnf = utils.get_conf() Arguments = [('D',"debug","Denise::Options::Debug", "IntVal"), ('h',"help","Denise::Options::Help"), ('V',"version","Denise::Options::Version")];