92
92
# Mailman.Cgi package. That module must have a main() function, which
95
100
# See the reference manual for why we have to do things this way.
96
101
# Note that importing should have no side-effects!
97
102
pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname])