~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to mailman/bin/remove_list.py

  • Committer: Barry Warsaw
  • Date: 2009-01-05 00:41:05 UTC
  • Revision ID: barry@list.org-20090105004105-rip8cilgzb99z9mv
PickingĀ someĀ (py)lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# You should have received a copy of the GNU General Public License along with
16
16
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
 
import os
19
18
import sys
20
 
import shutil
21
19
 
22
 
from mailman import Utils
23
20
from mailman.app.lifecycle import remove_list
24
21
from mailman.config import config
25
22
from mailman.i18n import _
28
25
 
29
26
 
30
27
class ScriptOptions(MultipleMailingListOptions):
31
 
    usage=_("""\
 
28
    usage = _("""\
32
29
%prog [options]
33
30
 
34
31
Remove the components of a mailing list with impunity - beware!