From 582d6e486f9693a2ce082071b747eec468df19b6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 28 Dec 2012 16:35:08 -0500 Subject: LP: #975692 phase 1 * Rework list style management. No more style priorities or matching.. Now, you name a style explicitly to apply and that's it. * create_list() now takes a `style` argument. * config file now names both a default style to use, and a set of paths to scan for IStyle instances. (This could be a model for other plugins.) * added IMailingList.style_name to record the last style applied, but this is going to be removed in subsequent revisions. Also: * Move find_components() and scan_module() from app/finder.py to utilities/modules.py * Cleaned up lifecycle.rst for better documentation. Some tests moved to test_lifecycle.py. * Remove some unnecessary test tearDown() code. --- src/mailman/app/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/app/commands.py') diff --git a/src/mailman/app/commands.py b/src/mailman/app/commands.py index 70f0a8fa6..ad0b9d4a0 100644 --- a/src/mailman/app/commands.py +++ b/src/mailman/app/commands.py @@ -27,9 +27,9 @@ __all__ = [ from zope.interface.verify import verifyObject -from mailman.app.finder import find_components from mailman.config import config from mailman.interfaces.command import IEmailCommand +from mailman.utilities.modules import find_components -- cgit v1.2.3-70-g09d2