From 380365ee8f86bfa8c845e575a6d8908c72a2e953 Mon Sep 17 00:00:00 2001 From: James Troup Date: Mon, 12 Feb 2001 03:30:09 +0000 Subject: [PATCH] Remove useless asignment. --- catherine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catherine b/catherine index d4f497d2..f1a172d7 100755 --- a/catherine +++ b/catherine @@ -2,7 +2,7 @@ # 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 $ +# $Id: catherine,v 1.5 2001-02-12 03:30:09 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); -- 2.39.2