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 bd7b7adb6b
commit 9125489c20
17 changed files with 25 additions and 25 deletions

View File

@@ -301,7 +301,7 @@ def main(args):
sys.path.append(os.path.join(os.path.dirname(__file__), '../api'))
import humbug
me = get_current_user(repo)
client = humbug.HumbugAPI(
client = humbug.Client(
email=me[me.index("<") + 1:me.index('>')],
site="https://staging.humbughq.com",
verbose=True)