forked from orbit-oss/flask
Fake signals no better follow the blinker api
This commit is contained in:
parent
b256e9f36c
commit
67101c8b93
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ except ImportError:
|
|||
'not installed.')
|
||||
send = lambda *a, **kw: None
|
||||
connect = disconnect = has_receivers_for = receivers_for = \
|
||||
temporarily_connected_to = _fail
|
||||
temporarily_connected_to = connected_to = _fail
|
||||
del _fail
|
||||
|
||||
# the namespace for code signals. If you are not flask code, do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue