cc-4105: refactored a few routines, added more comments

This commit is contained in:
Rudi Grinberg 2012-07-25 15:13:04 -04:00
parent b3fea71916
commit 6214ac961d
6 changed files with 30 additions and 30 deletions

View file

@ -19,7 +19,7 @@ class RequestSync(threading.Thread,Loggable):
@LazyProperty
def apiclient(self):
return ac.AirTimeApiClient()
return ac.AirtimeApiClient()
def run(self):
# TODO : implement proper request sending