ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
298 stars 81 forks source link

Add InvalidCredential exception #8

Closed bewiwi closed 9 years ago

bewiwi commented 9 years ago

Add missing exception on Invalid credential

yadutaf commented 9 years ago

Looks good to me, thanks! Before we can merge this pull request, can you sign your commit as requested in CONTRIBUTING.rst? A command like

git commit --amend --no-edit --signoff && push -f

should do the trick.

Thanks,

yadutaf commented 9 years ago

Merged, thanks