8
8
if the site list is set up correctly, otherwise it returns 1.
10
10
>>> import subprocess, os
12
12
>>> from lp.services.mailman.config import configure_prefix
13
13
>>> def withlist(callable, *options):
14
14
... callable_path = 'lp.services.mailman.testing.' + callable