X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rhona;fp=rhona;h=9aa3215f5ed8a3b1a0a3f96b0c2ac636211af0a1;hb=bce58243846a5683b77f586c7210723b47227a60;hp=7c5dbb29011b381d6b52ba8d1ff44b6144143327;hpb=ea3e80412db673367de2e4c32efb693beea96f4e;p=dak.git diff --git a/rhona b/rhona index 7c5dbb29..9aa3215f 100755 --- a/rhona +++ b/rhona @@ -2,7 +2,7 @@ # rhona, cleans up unassociated binary and source packages # Copyright (C) 2000, 2001 James Troup -# $Id: rhona,v 1.19 2001-11-24 18:42:10 troup Exp $ +# $Id: rhona,v 1.20 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 @@ -29,7 +29,7 @@ ################################################################################ -import os, pg, stat, string, sys, time +import os, pg, stat, sys, time import apt_pkg import utils