-
Committer:
Barry Warsaw
-
Date:
2007-04-27 22:05:55 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4197.
-
Revision ID:
barry@canonical.com-20070427220555-fzhse6mbhgxzsrp5
Branch fixes based on salgado's review.
- Added a doctest for the canonical.mailman.config datatypes.
- Removed the Python version test in buildmailman.py. Cleaned up some
whitespace in this file too, and switched to != instead of <>.
- Whitespace normalization in configs/default/launchpad.conf to get rid of
TABS. Bad XEmacs!
- In lib/canonical/launchpad/scripts/runlaunchpad.py, when I made
shouldLaunch() into a property, I should have also renamed it to
should_launch. Fixed.
- Moved the call() helper from test_libmailman.py to test-libmailman.txt,
which also let me get rid of an extraneous setup() and teardown().