29 Aug
2000
29 Aug
'00
3:47 a.m.
Actually, from comments in Defaults.py.in, it looks like that should have a from Mailman.Version import VERSION in it, so that importing Defaults or mm_cfg should get it...but I don't know how to use cvs log well enough to find out when the import was dropped from Defaults.py.in
but it does look like a bug all right.
Looks like line 121 of scripts/driver needs to say from Mailman.Version import VERSION instead of from Mailman.mm_cfg import VERSION
Otherwise, I get ImportError during the traceback report.