comparison src/core/sat_main.py @ 677:9a50aa7feefb

core (memory): cleaned the part for load/save to xml (not used)
author souliane <souliane@mailoo.org>
date Fri, 18 Oct 2013 19:23:03 +0200
parents 2a7185b8452c
children 0c84fb112d70
comparison
equal deleted inserted replaced
676:a2bef7315ac5 677:9a50aa7feefb
311 info("Salut à toi ô mon frère !") 311 info("Salut à toi ô mon frère !")
312 #TODO: manage autoconnect 312 #TODO: manage autoconnect
313 #self.connect() 313 #self.connect()
314 314
315 def stopService(self): 315 def stopService(self):
316 self.memory.save()
317 info("Salut aussi à Rantanplan") 316 info("Salut aussi à Rantanplan")
318 317
319 def run(self): 318 def run(self):
320 debug(_("running app")) 319 debug(_("running app"))
321 reactor.run() 320 reactor.run()