From edd0302c976ea0051a6009f2c6ab745121a7450d Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 29 Oct 2011 14:31:38 +0000 Subject: [PATCH] Drop some unused imports Signed-off-by: Adam D. Barratt --- britney.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 2a65771..e97a5f9 100755 --- a/britney.py +++ b/britney.py @@ -186,14 +186,13 @@ import sys import string import time import optparse -import operator import urllib import apt_pkg from excuse import Excuse from migrationitem import MigrationItem, HintItem -from hints import Hint, HintCollection +from hints import HintCollection from britney import buildSystem __author__ = 'Fabio Tranchitella and the Debian Release Team'