Closed isaiah closed 8 years ago
According to http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#metaclass, __metaclass__ class attribute is no longer supported.
__metaclass__
According to http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#metaclass,
__metaclass__
class attribute is no longer supported.