X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=catherine;h=35885886a1d78f38c90d0d22040666c64fb7bcf1;hb=99400df5b3477807efb6cfb323515cedd51cff2c;hp=d4f497d2d5ca775f23958c220baa97c550fc65e5;hpb=3b2605da7eed3cea75b609856a352ab5adc66f70;p=dak.git diff --git a/catherine b/catherine index d4f497d2..35885886 100755 --- a/catherine +++ b/catherine @@ -1,8 +1,8 @@ #!/usr/bin/env python # Poolify (move packages from "legacy" type locations to pool locations) -# Copyright (C) 2000 James Troup -# $Id: catherine,v 1.4 2001-02-09 22:15:27 troup Exp $ +# Copyright (C) 2000, 2001 James Troup +# $Id: catherine,v 1.6 2001-03-02 02:24:33 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 @@ -50,7 +50,7 @@ def main (): ('n',"no-action","Catherine::Options::No-Action"), ('v',"verbose","Catherine::Options::Verbose")]; - amount = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); + apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv); projectB = pg.connect('projectb', 'localhost'); db_access.init(Cnf, projectB);