def store(self, commits):
		mInsertOnStatus('crondepl_queued', self.dbBe, commits)
예제 #2
0
	def store(self, commits):
		mInsertOnStatus('approval', self.dbBe, commits)
예제 #3
0
 def store(self, commits):
     mInsertOnStatus('approval', self.dbBe, commits)
 def store(self, commits):
     mInsertOnStatus('crondepl_queued', self.dbBe, commits)