root/Mokonnect/trunk/mkdev_usbnet.py

103104
214
			try:
214
			try:
215
				self._ConfigStatic(self.device["Interface"])
215
				self._ConfigStatic(self.device["Interface"])
216
			except Exception,e:
216
			except Exception,e:
217
				log("Error configuring static information: %s" % str(e))
217
				self.log("Error configuring static information: %s" % str(e))
218
				log("__DONE__")
218
				self.log("__DONE__")
219
			return
219
			return
220
	
220
	
221
	def PowerOff(self,log):
221
	def PowerOff(self,log):