X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontents.py;h=c435afc574879963c71b83218347fd744f2a3f7f;hb=3a044cf559c390a0a4dc0658ec565b6a327f136a;hp=b94aa0de7ca7a99ba5d6f621aaba5b72336f450e;hpb=10c964315953c1da8a3f388c4fd9c11c94fa8af4;p=dak.git diff --git a/dak/contents.py b/dak/contents.py index b94aa0de..c435afc5 100755 --- a/dak/contents.py +++ b/dak/contents.py @@ -37,7 +37,6 @@ Create all the contents files import sys import os import logging -import math import gzip import threading import Queue @@ -104,7 +103,7 @@ class GzippedContentWriter(object): def __init__(self, filename): """ - @ptype filename: string + @type filename: string @param filename: the name of the file to write to """ self.queue = Queue.Queue()