Michael Schneider wrote:
> Could someone please point out my error, I have dents in my forehead
> for this one.

> ------------------------------------------------------------------
> 
> from unittest import TestCase
> import unittest

Here you need to add:

__metaclass__ = type

this will make your classes new-style.

Gerrit.

-- 
Temperature in Luleå, Norrbotten, Sweden:
| Current temperature   05-10-14 17:59:48    7.9 degrees Celsius ( 46.3F) |
-- 
Det finns inte dåligt väder, bara dåliga kläder.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to