Ejemplo n.º 1
0
    def __init__(self, uid):
        TwoWay.__init__(self)
        self.uid = uid

        self.added = []
        self.modified = []
        self.deleted = []
        
        self.LUID_mtimes = {}
        
        self.num_put = 0
        self.num_del = 0
Ejemplo n.º 2
0
 def __init__(self, *args):
     TwoWay.__init__(self)