def doTable(self, table):
     print "in doTable. table: '%s'" % table
     Fixture.doTable(self, table)
Exemple #2
0
 def doTable(self, table):
     self.actor = self
     Fixture.doTable(self, table)
Exemple #3
0
 def doTable(self, table):
     print "in doTable. table: '%s'" % table
     Fixture.doTable(self, table)
 def doTable(self, table):
     self.actor = self
     Fixture.doTable(self, table)