# HG changeset patch # User Goffi # Date 1522781657 -7200 # Node ID 735467eb6cf788c35fa982a45cec58c9572cefa5 # Parent ea106dfa214572bfedb104b18d3cee2853ddf77c core: replaced gtk3reactor by gireactor diff -r ea106dfa2145 -r 735467eb6cf7 twisted/plugins/sat_plugin.py --- a/twisted/plugins/sat_plugin.py Tue Apr 03 09:04:55 2018 +0200 +++ b/twisted/plugins/sat_plugin.py Tue Apr 03 20:54:17 2018 +0200 @@ -40,8 +40,8 @@ def initialise(options): """Method to initialise global modules""" - from twisted.internet import gtk3reactor - gtk3reactor.install() + from twisted.internet import gireactor + gireactor.install() # XXX: We need to configure logs before any log method is used, so here is the best place. from sat.core import log_config log_config.satConfigure(C.LOG_BACKEND_TWISTED, C, backend_data=options)