Other than contrib files, convert all imports of mm_cfg to imports of config.
commit327865eaf118f40063366acad9c7d97487e010d6
authorBarry Warsaw <barry@python.org>
Sun, 15 Jul 2007 01:23:28 +0000 (14 21:23 -0400)
committerBarry Warsaw <barry@python.org>
Sun, 15 Jul 2007 01:23:28 +0000 (14 21:23 -0400)
treeeda494bb7560b1427813ae7ec51a22e3d0444703
parent288ae405b09baa443eb1b39422c48c315fbb2e5a
Other than contrib files, convert all imports of mm_cfg to imports of config.

Ignore mailman.egg-info

In bin/make_instance.py: Catch and ignore import errors when importing
Mailman.i18n.  Before this script has actually been run, there won't be enough
infrastructure in place of the import to succeed.  Include several other fixes
in this file.

Add install_requires to the setup script.
32 files changed:
.bzrignore
Mailman/Archiver/Archiver.py
Mailman/Archiver/HyperArch.py
Mailman/Cgi/admin.py
Mailman/Cgi/listinfo.py
Mailman/Cgi/options.py
Mailman/Cgi/rmlist.py
Mailman/Cgi/roster.py
Mailman/Cgi/subscribe.py
Mailman/Commands/cmd_confirm.py
Mailman/Commands/cmd_help.py
Mailman/Commands/cmd_lists.py
Mailman/Commands/cmd_password.py
Mailman/Commands/cmd_set.py
Mailman/Commands/cmd_who.py
Mailman/Deliverer.py
Mailman/Gui/Archive.py
Mailman/Gui/Autoresponse.py
Mailman/Gui/Bounce.py
Mailman/Gui/ContentFilter.py
Mailman/Gui/Digest.py
Mailman/Gui/General.py
Mailman/Gui/Language.py
Mailman/Gui/Privacy.py
Mailman/Gui/Topics.py
Mailman/Gui/Usenet.py
Mailman/Mailbox.py
Mailman/Post.py
Mailman/bin/make_instance.py
Mailman/configuration.py
Mailman/versions.py
setup.py