Exemplo n.º 1
0
 def __init__(self):
     CCPlugin.__init__(self)
     self._path = "/vote"
     #self.db = pickledb.load('storage.db', True)
Exemplo n.º 2
0
	def __init__(self):
		CCPlugin.__init__(self)
		self._path = "/fail"
 def __init__(self):
     CCPlugin.__init__(self)
     self._path = "/test"
Exemplo n.º 4
0
 def __init__(self):
     CCPlugin.__init__(self)
     self._path = "/storage"
     self.db = shelve.open("storage.db.shelve", writeback=True)
Exemplo n.º 5
0
	def __init__(self):
		CCPlugin.__init__(self)
		self._path = "/borda"
		#self.db = pickledb.load('storage.db', True)
Exemplo n.º 6
0
 def __init__(self):
     CCPlugin.__init__(self)
     self._path = "/vote"
Exemplo n.º 7
0
	def __init__(self):
		CCPlugin.__init__(self)
		self._path = "/test"