CC-3346: Recorder: Merge recorder with pypo

- Upgrade for 2.0.2
This commit is contained in:
James 2012-02-24 16:24:12 -05:00
parent 06c825479b
commit 4e72c1150d
182 changed files with 70425 additions and 4 deletions

View file

@ -21,7 +21,7 @@ from urlparse import urlparse
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "2.0.1"
AIRTIME_VERSION = "2.0.2"
def api_client_factory(config, logger=None):
if logger != None: