X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=shania;h=5cd8ad7aeeade885a753fad3ecf7e1f1c8b61d7d;hb=d4c23de3a229e9d82d5e89af61df6f9b542b2503;hp=66d8771c744301ac2a6af494b4de0cffa175ed50;hpb=c862e435b16bcebb9d8c25fecb6064f4dfba1d01;p=dak.git diff --git a/shania b/shania index 66d8771c..5cd8ad7a 100755 --- a/shania +++ b/shania @@ -2,7 +2,7 @@ # Clean incoming of old unused files # Copyright (C) 2000, 2001 James Troup -# $Id: shania,v 1.11 2002-01-28 18:53:01 troup Exp $ +# $Id: shania,v 1.12 2002-02-12 22:14:38 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 @@ -20,8 +20,8 @@ ################################################################################ -import os, re, stat, string, sys, time, traceback -import utils +import os, stat, sys, time; +import utils; import apt_pkg; ################################################################################ @@ -46,6 +46,7 @@ import apt_pkg; Cnf = None; Options = None; del_dir = None; +delete_date = None; ################################################################################