pytent / pytentd

Python implementation of the tent.io server protocol
http://pytent.github.com/pytentd/
Other
23 stars 4 forks source link

Remove BasicProfile #65

Closed SoftlySplinter closed 11 years ago

SoftlySplinter commented 11 years ago

Having talked to some people on the #tent IRC channel, BasicProfile is a redundant class which will only restrict us in later versions of the tent protocol.

Thinking about this further, would it be possible to incorporate the functionality of GenericProfile into Profile and have CoreProfile inherited off of that? I would say it's cleaner that way, assuming it's possible.