Activity log for bug #76684

Date Who What changed Old value New value Message
2006-12-21 03:47:10 Brent Core bug added bug
2006-12-21 10:58:00 John Green jokosher: status Unconfirmed Confirmed
2006-12-21 10:58:00 John Green jokosher: importance Undecided Low
2006-12-21 10:58:00 John Green jokosher: statusexplanation Hmm I see the problem here. The extension module being imported has to satisfy quite rigorous checks to see that it is a valid extension. However to do this it has to first be imported. And if, instead of being an importable module, it is ,say , a script then this means it gets executed. Maybe we need some sanity checking like the variable check you mention before we import. We looked at using a different extension name but the egg system doesn't like being called anything other than .egg