blob: 8032df20aaa18dfa67038f87c239db64457507ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
====================
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...
|