From 2912ff6f6e85983c372e1bc481337f3fdf6c7b9d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 18 Jul 2010 20:44:07 +0200 Subject: [PATCH] Added some whitespace --- flask/signals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flask/signals.py b/flask/signals.py index 17de0447..22447c7c 100644 --- a/flask/signals.py +++ b/flask/signals.py @@ -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