studionow / pybrightcove

Python Implementation of the Brightcove Backend Integration API
http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm
MIT License
29 stars 28 forks source link

removed simplejson requirement #43

Open vemel opened 10 years ago

vemel commented 10 years ago

Python 2.7 doesn't need simplejson anymore, so let's try to import built-in json library instead.