Added some whitespace

This commit is contained in:
Armin Ronacher 2010-07-18 20:44:07 +02:00
parent 27d28dcef4
commit 2912ff6f6e

View file

@ -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