]> git.decadent.org.uk Git - dak.git/blobdiff - dak/contents.py
marge from master
[dak.git] / dak / contents.py
index b94aa0de7ca7a99ba5d6f621aaba5b72336f450e..c435afc574879963c71b83218347fd744f2a3f7f 100755 (executable)
@@ -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()