In article <[email protected]>,
 Peter Otten <[email protected]> wrote:

> Remove the base class from the module with
> 
> del CommonTestCase
> 
> before you invoke unittest.main().

Wow, what a clever idea!  I tried it, and it does exactly what I need.  
Thanks!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to