[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] spalling fix, get rid of extra import in utils.py



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/contents.py |    2 +-
 daklib/utils.py |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dak/contents.py b/dak/contents.py
index a2f99ae..3444071 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 c630053..96bc9be 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
-- 
1.5.6.5



Reply to: