blob: 9987066e90e5c96077a046b70f422b16d39313b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
====================
Printing the version
====================
You can print the Mailman version number.
>>> from mailman.commands.cli_version import Version
>>> command = Version()
>>> command.process(None)
GNU Mailman 3...
|