]> git.decadent.org.uk Git - dak.git/blobdiff - rhona
Remove unused imports
[dak.git] / rhona
diff --git a/rhona b/rhona
index 7c5dbb29011b381d6b52ba8d1ff44b6144143327..9aa3215f5ed8a3b1a0a3f96b0c2ac636211af0a1 100755 (executable)
--- a/rhona
+++ b/rhona
@@ -2,7 +2,7 @@
 
 # rhona, cleans up unassociated binary and source packages
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $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