def store(self, commits):
		mInsertOnStatus('crondepl_queued', self.dbBe, commits)
Ejemplo n.º 2
0
	def store(self, commits):
		mInsertOnStatus('approval', self.dbBe, commits)
Ejemplo n.º 3
0
 def store(self, commits):
     mInsertOnStatus('approval', self.dbBe, commits)
 def store(self, commits):
     mInsertOnStatus('crondepl_queued', self.dbBe, commits)