lig / pynta

Pynta is web framework written in Python. It is made with WSGI, speed and flexibility in mind and is fully Python3 (py3k) compatible.
https://plus.google.com/105540099459792525702
7 stars 2 forks source link

Use abc module for abstract classes #19

Closed lig closed 12 years ago

lig commented 12 years ago

There are several abstract classes inside Pynta code.

It will be nice to use python abc module to define these classes.