py3: web: gathering diff of py3-branch

76b3397762
ec9dcf7453d44ce21e6ab5e460293006a49e7ccc
11eb995a2e88df1125056403fb302ce85749f83c
This commit is contained in:
looooo
2017-03-02 09:02:12 +01:00
committed by wmayer
parent 99131438c6
commit f94e1ff280
2 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ PyObject* initModule()
/* Python entry */
PyMODINIT_FUNC initWebGui()
PyMOD_INIT_FUNC(WebGui)
{
if (!Gui::Application::Instance) {
PyErr_SetString(PyExc_ImportError, "Cannot load Gui module in console application.");