From 55c2a88ecd94a2eb6aa00f1227912fcd2659932b Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 14 Dec 2006 17:07:42 +0000 Subject: add possibility to get a dict with transponderdata for servicerefs --- lib/base/ebase.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/base/ebase.cpp') diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp index 75307e85..f40bf39e 100644 --- a/lib/base/ebase.cpp +++ b/lib/base/ebase.cpp @@ -334,10 +334,7 @@ PyObject *eMainloop::poll(ePyObject timeout, ePyObject dict) PyObject *res=0; if (app_quit_now) - { - Py_INCREF(Py_None); - return Py_None; - } + Py_RETURN_NONE; int user_timeout = (timeout == Py_None) ? 0 : PyInt_AsLong(timeout); -- cgit v1.2.3