added some stat counting

This commit is contained in:
Rudi Grinberg 2012-07-13 10:34:01 -04:00 committed by Martin Konecny
parent f9a1af1c1c
commit 206027073c
5 changed files with 14 additions and 10 deletions

View file

@ -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):