From 5b9105ad8de57f21269608b1536720a5425a1fd1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 22 Jan 2009 08:41:42 +0000 Subject: Coverage. --- repoze/bfg/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/registry.py') diff --git a/repoze/bfg/registry.py b/repoze/bfg/registry.py index b9a74d885..26feb73e0 100644 --- a/repoze/bfg/registry.py +++ b/repoze/bfg/registry.py @@ -44,7 +44,7 @@ class Registry(Components): if self._has_listeners: # iterating over subscribers assures they get executed for ignored in self.subscribers(events, None): - pass + """ """ class ThreadLocalRegistryManager(threading.local): def __init__(self): -- cgit v1.2.3