summaryrefslogtreecommitdiff
path: root/src/leap/services
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-07-09 02:27:36 +0900
committerKali Kaneko <kali@leap.se>2013-07-09 02:54:36 +0900
commitc9c126b67f1a13483075aae680b30813117fbb05 (patch)
tree8048df94f2aa32fe1b775d449b6beea65a6f05b3 /src/leap/services
parentaddf58efe589fa7d85779eb05c3738f23c2e715e (diff)
do not use exec_ on wizard
Closes: #3047
Diffstat (limited to 'src/leap/services')
-rw-r--r--src/leap/services/abstractbootstrapper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/services/abstractbootstrapper.py b/src/leap/services/abstractbootstrapper.py
index 633d818d..9e50948c 100644
--- a/src/leap/services/abstractbootstrapper.py
+++ b/src/leap/services/abstractbootstrapper.py
@@ -142,6 +142,9 @@ class AbstractBootstrapper(QtCore.QObject):
:param callbacks: List of tuples of callbacks and the signal
associated to that callback
:type callbacks: list(tuple(func, func))
+
+ :returns: the defer with the callback chain
+ :rtype: deferred
"""
leap_assert_type(callbacks, list)