Changed APC to new-style classes

This commit is contained in:
Rudi Grinberg 2012-10-29 11:43:39 -04:00
parent 3cec987d10
commit bf5bc3a116
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def convert_dict_value_to_utf8(md):
# Airtime API Client
################################################################################
class AirtimeApiClient():
class AirtimeApiClient(object):
# This is a little hacky fix so that I don't have to pass the config object
# everywhere where AirtimeApiClient needs to be initialized