correctly rename AirTime to Airtime

This commit is contained in:
Martin Konecny 2012-07-16 15:33:44 -04:00
parent 4ebcb1b1f9
commit e056e5ff01
8 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@ except Exception, e:
class PypoFetch(Thread):
def __init__(self, pypoFetch_q, pypoPush_q, media_q, telnet_lock):
Thread.__init__(self)
self.api_client = api_client.AirTimeApiClient()
self.api_client = api_client.AirtimeApiClient()
self.fetch_queue = pypoFetch_q
self.push_queue = pypoPush_q
self.media_prepare_queue = media_q