Beispiel #1
0
	def getContent(self):
		import csv
		self.formatTable = False
		self.createContent()
		self.csvWriter = csv.writer(self.req)
		return StandardController.getContent(self)
Beispiel #2
0
	def getContent(self,shadowdrop=True):
		if shadowdrop: return self.shadowdrop(self.getContent(shadowdrop=False))
		self.createContent()
		return StandardController.getContent(self)