Uninstall custom excepthook for server

This commit is contained in:
elpaso 2015-12-16 15:13:11 +01:00
parent 18614e11e3
commit 66061e0ef2

View File

@ -525,7 +525,7 @@ serverIface = None
def initServerInterface(pointer):
from qgis.server import QgsServerInterface
from sip import wrapinstance
sys.excepthook = sys.__excepthook__
global serverIface
serverIface = wrapinstance(pointer, QgsServerInterface)