mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 12:00:47 +08:00
8481e2df49
Use six's with_metaclass to have objects that use metaclasses, in both Python 2 and 3. Otherwise, in Python 3 the objects were being treated as if they did not have a metaclass, when the Python 2 syntax is used, leading to errors because of missing attributes, etc.