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