コード例 #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"
コード例 #3
0
 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
ファイル: pluginBorda.py プロジェクト: nottorp/cloudvoting
	def __init__(self):
		CCPlugin.__init__(self)
		self._path = "/borda"
		#self.db = pickledb.load('storage.db', True)
コード例 #6
0
ファイル: pluginVote.py プロジェクト: nottorp/cloudvoting
 def __init__(self):
     CCPlugin.__init__(self)
     self._path = "/vote"
コード例 #7
0
	def __init__(self):
		CCPlugin.__init__(self)
		self._path = "/test"