X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=claire.py;fp=claire.py;h=d0d82d06989d1e89c8d9e00b94e6769e0f253882;hb=fc1e81cf87861694e19b96afa8dd849dd967343c;hp=9982d2166ff4e50c4d9de83035234898d9eec0e0;hpb=2cd748ebb6cf3c2b25df8ab567834d12141b24e1;p=dak.git diff --git a/claire.py b/claire.py index 9982d216..d0d82d06 100755 --- a/claire.py +++ b/claire.py @@ -2,7 +2,7 @@ # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy # Copyright (C) 2000, 2001 James Troup -# $Id: claire.py,v 1.11 2001-11-18 19:57:58 rmurray Exp $ +# $Id: claire.py,v 1.12 2001-11-19 20:42:40 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 @@ -167,7 +167,6 @@ def main (): global Cnf, projectB; Cnf = utils.get_conf() - apt_pkg.ReadConfigFileISC(Cnf,utils.which_conf_file()); Arguments = [('h',"help","Claire::Options::Help"), ('v',"verbose","Claire::Options::Verbose")];