Rename class HumbugAPI to Client

(imported from commit 4270f31fc5febcd9c444d0d133a1dad3860618f0)
This commit is contained in:
Keegan McAllister 2012-12-03 12:24:49 -05:00
parent f9f8a6e603
commit b9325a09fa
14 changed files with 22 additions and 22 deletions

View file

@ -39,7 +39,7 @@ parser.add_option('--user')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,

View file

@ -39,7 +39,7 @@ parser.add_option('--user')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,

View file

@ -39,7 +39,7 @@ parser.add_option('--user')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,

View file

@ -39,7 +39,7 @@ parser.add_option('--user')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,

View file

@ -46,7 +46,7 @@ if len(args) == 0:
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.sender,
api_key=options.api_key,
verbose=True,

View file

@ -40,7 +40,7 @@ parser.add_option('--streams', default='')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,

View file

@ -40,7 +40,7 @@ parser.add_option('--streams', default='')
sys.path.append(path.join(path.dirname(__file__), '..'))
import humbug
client = humbug.HumbugAPI(
client = humbug.Client(
email=options.user,
api_key=options.api_key,
verbose=True,