]> git.decadent.org.uk Git - dak.git/blobdiff - heidi
Remove unused imports
[dak.git] / heidi
diff --git a/heidi b/heidi
index a523b1692a54f082401154b2226d5b2cf872c237..7309da942ff9e76af23f536f14ef2cda63c79112 100755 (executable)
--- a/heidi
+++ b/heidi
@@ -2,7 +2,7 @@
 
 # Manipulate suite tags
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: heidi,v 1.11 2001-11-18 19:57:58 rmurray Exp $
+# $Id: heidi,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
@@ -42,7 +42,7 @@
 
 #######################################################################################
 
-import os, pg, string, sys;
+import pg, string, sys;
 import apt_pkg;
 import utils, db_access, logging;