Example #1
0
	def connectionMade(self):
		log(DEBUG,"AVR started",self.name)
		self._start_timer()
		register_handler(self)
Example #2
0
 def connectionMade(self):
     log(DEBUG, "FS20 started", self.name)
     # 		if not TESTING:
     # 			self.transport.closestdout() # we're not reading anything
     self._start_timer()
     register_handler(self)