diff src/core/sat_main.py @ 1122:9ae01ccf89c1

core: sat bakcend is now a twisted plugin (no more .tac file)
author Goffi <goffi@goffi.org>
date Sun, 24 Aug 2014 18:44:17 +0200
parents 77751f5b2242
children adea30ca0b51
line wrap: on
line diff
--- a/src/core/sat_main.py	Sun Aug 24 18:44:17 2014 +0200
+++ b/src/core/sat_main.py	Sun Aug 24 18:44:17 2014 +0200
@@ -19,6 +19,8 @@
 
 from sat.core.i18n import _, D_, languageSwitch
 from twisted.application import service
+from twisted.internet import glib2reactor
+glib2reactor.install()
 from twisted.internet import defer
 from twisted.words.protocols.jabber import jid
 from twisted.words.xish import domish