Revision f8fa1217 client/python/hlrc_client/Middleware.py

View differences:

client/python/hlrc_client/Middleware.py
51 51
		self.gaze_target = RobotGaze()
52 52
		self.mouth_target = RobotMouth()
53 53
		self.robot_animation = RobotAnimation()
54
		
54
			
55
	def __del__(self):
56
		"""destructor
57
		"""
58
		self.logger.debug("destructor of Middleware called")
55 59
	
56 60
	def config_logger(self, level):
57 61
		formatter = logging.Formatter('%(asctime)s %(name)-30s %(levelname)-8s > %(message)s')

Also available in: Unified diff