Beispiel #1
0
    def __init__(self):
        self.downloads = collections.defaultdict(int)
        self.last_time = time.time()
        self.total_files = 0
        self.total_size = 0

        self.pkgno = 0
        self.total = 0

        self.output = output.LoraxOutput()
Beispiel #2
0
 def __init__(self):
     self.output = output.LoraxOutput()