cc-4105: reformatted the hell out of pure.py. added docstrings

This commit is contained in:
Rudi Grinberg 2012-08-09 14:14:44 -04:00
parent d5e7d881ab
commit c748b2ebd6
5 changed files with 112 additions and 88 deletions

View file

@ -62,8 +62,6 @@ apiclient = apc.AirtimeApiClient.create_right_config(log=log,
ReplayGainUpdater.start_reply_gain(apiclient)
# TODO : Need to do setup_media_monitor call somewhere around here to get
# import/organize dirs
sdb = AirtimeDB(apiclient)
manager = Manager()