added some stat counting
This commit is contained in:
parent
f9a1af1c1c
commit
206027073c
5 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
# -*- coding: utf-8 -*-
|
||||
class SyncDB(object):
|
||||
"""
|
||||
Represents the database returned by airtime_mvc. We do not use a list or some other
|
||||
|
@ -6,7 +6,7 @@ class SyncDB(object):
|
|||
performance reasons later on.
|
||||
"""
|
||||
def __init__(self, source):
|
||||
pass
|
||||
self.source = source
|
||||
def has_file(self, path):
|
||||
return True
|
||||
def file_mdata(self, path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue