forked from orbit-oss/flask
Added some whitespace
This commit is contained in:
parent
27d28dcef4
commit
2912ff6f6e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ except ImportError:
|
|||
class Namespace(object):
|
||||
def signal(self, name, doc=None):
|
||||
return _FakeSignal(name, doc)
|
||||
|
||||
class _FakeSignal(object):
|
||||
"""If blinker is unavailable, create a fake class with the same
|
||||
interface that allows sending of signals but will fail with an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue