From 903c7ef5800371d2bb15d2570d1daa7204725a4f Mon Sep 17 00:00:00 2001 From: James Date: Thu, 13 Sep 2012 11:16:42 -0400 Subject: [PATCH] CC-4420: airtime-import is broken - fixed --- utils/airtime-import/airtime-import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/airtime-import/airtime-import.py b/utils/airtime-import/airtime-import.py index ee1fb6cdf..5f1d305ca 100644 --- a/utils/airtime-import/airtime-import.py +++ b/utils/airtime-import/airtime-import.py @@ -29,7 +29,7 @@ except Exception, e: print('Error loading config file: %s', e) sys.exit() -api_client = apc.api_client_factory(config) +api_client = apc.AirtimeApiClient(config) #helper functions # copy or move files