diff options
| author | Barry Warsaw | 2017-06-17 09:30:46 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2017-06-17 09:30:46 -0700 |
| commit | 6a148f762d5ee4fd91505eb0aa165b759899019f (patch) | |
| tree | a1f8bddef2f8a741d915f08f494ea4e170c2ce5f /src/mailman/pipelines | |
| parent | 5bce75456072c12832f8e38c781993f5393655a1 (diff) | |
| download | mailman-6a148f762d5ee4fd91505eb0aa165b759899019f.tar.gz mailman-6a148f762d5ee4fd91505eb0aa165b759899019f.tar.zst mailman-6a148f762d5ee4fd91505eb0aa165b759899019f.zip | |
Diffstat (limited to 'src/mailman/pipelines')
| -rw-r--r-- | src/mailman/pipelines/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipelines/base.py b/src/mailman/pipelines/base.py index 0f8af2ff0..3c7a2b20e 100644 --- a/src/mailman/pipelines/base.py +++ b/src/mailman/pipelines/base.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Base class for pipelines..""" +"""Base class for pipelines.""" from mailman.config import config from mailman.interfaces.pipeline import IPipeline |
