def __init__(self): CCPlugin.__init__(self) self._path = "/vote" #self.db = pickledb.load('storage.db', True)
def __init__(self): CCPlugin.__init__(self) self._path = "/fail"
def __init__(self): CCPlugin.__init__(self) self._path = "/test"
def __init__(self): CCPlugin.__init__(self) self._path = "/storage" self.db = shelve.open("storage.db.shelve", writeback=True)
def __init__(self): CCPlugin.__init__(self) self._path = "/borda" #self.db = pickledb.load('storage.db', True)
def __init__(self): CCPlugin.__init__(self) self._path = "/vote"