コード例 #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()
コード例 #2
0
ファイル: base.py プロジェクト: weldr/lmc-web-composer
 def __init__(self):
     self.output = output.LoraxOutput()