From 90814a40b82e559ebfa999df2121ba2e8e32500f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 8 Oct 2010 17:17:34 -0400 Subject: Fix the obvious errors identified by pyflakes. Skip false positives (mostly due to _() interpolation) and a few other problems that did not have immediately obvious fixes. --- src/mailman/utilities/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/utilities/modules.py') diff --git a/src/mailman/utilities/modules.py b/src/mailman/utilities/modules.py index 024c8172e..54f379c3a 100644 --- a/src/mailman/utilities/modules.py +++ b/src/mailman/utilities/modules.py @@ -21,7 +21,7 @@ from __future__ import absolute_import, unicode_literals __metaclass__ = type __all__ = [ - 'call_name' + 'call_name', 'find_name', ] -- cgit v1.2.3-70-g09d2