]> git.decadent.org.uk Git - dak.git/commitdiff
Remove useless asignment.
authorJames Troup <james@nocrew.org>
Mon, 12 Feb 2001 03:30:09 +0000 (03:30 +0000)
committerJames Troup <james@nocrew.org>
Mon, 12 Feb 2001 03:30:09 +0000 (03:30 +0000)
catherine

index d4f497d2d5ca775f23958c220baa97c550fc65e5..f1a172d78c47f020df3fdd08d5b4a89c6470cbfc 100755 (executable)
--- a/catherine
+++ b/catherine
@@ -2,7 +2,7 @@
 
 # Poolify (move packages from "legacy" type locations to pool locations)
 # Copyright (C) 2000  James Troup <james@nocrew.org>
-# $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);