diff options
Diffstat (limited to 'src/mailman_pgp/chains/default.py')
| -rw-r--r-- | src/mailman_pgp/chains/default.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman_pgp/chains/default.py b/src/mailman_pgp/chains/default.py index e55e0d3..8fc22bf 100644 --- a/src/mailman_pgp/chains/default.py +++ b/src/mailman_pgp/chains/default.py @@ -15,7 +15,8 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/>. -"""""" +"""A PGP enabled posting chain.""" + from mailman.chains.base import Link from mailman.core.i18n import _ from mailman.interfaces.chain import IChain, LinkAction |
