erikriver / opengraph

A python module to parse the Open Graph Protocol
http://ogp.me/
MIT License
226 stars 82 forks source link

extending dict makes using the module very confusing #5

Open graingert opened 12 years ago

graingert commented 12 years ago

extending dict makes using the module very confusing

It's mixing object attrs with returned code

kottenator commented 10 years ago

Absolutely agree. Much better is to inherit it from object, imo