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):
|
class Namespace(object):
|
||||||
def signal(self, name, doc=None):
|
def signal(self, name, doc=None):
|
||||||
return _FakeSignal(name, doc)
|
return _FakeSignal(name, doc)
|
||||||
|
|
||||||
class _FakeSignal(object):
|
class _FakeSignal(object):
|
||||||
"""If blinker is unavailable, create a fake class with the same
|
"""If blinker is unavailable, create a fake class with the same
|
||||||
interface that allows sending of signals but will fail with an
|
interface that allows sending of signals but will fail with an
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue