From ffb6d22a4240276cd6a3d6734d8383d34cfb4e06 Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Wed, 25 Feb 2009 17:43:25 -0500 Subject: [PATCH] spalling fix, get rid of extra import in utils.py Signed-off-by: Mike O'Connor --- dak/contents.py | 2 +- daklib/utils.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dak/contents.py b/dak/contents.py index a2f99ae7..3444071c 100644 --- a/dak/contents.py +++ b/dak/contents.py @@ -285,7 +285,7 @@ class Contents(object): def generate(self): """ - Generate Contents-$arch.gz files for every aviailable arch in each given suite. + Generate Contents-$arch.gz files for every available arch in each given suite. """ cursor = DBConn().cursor(); diff --git a/daklib/utils.py b/daklib/utils.py index c6300539..96bc9bef 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -37,7 +37,6 @@ import stat import apt_pkg import database import time -import tarfile import re import string import email as modemail -- 2.39.2