[FIX] minor styling

This commit is contained in:
@
2012-12-07 09:35:13 +01:00
committed by Anna Janiszewska
parent 342f83970f
commit e2b6a5300a
3 changed files with 10 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ POST_SENDING_STATUS = {
400: 'Sending cancelled',
}
class PingenException(RuntimeError):
"""There was an ambiguous exception that occurred while handling your
request."""
@@ -51,8 +52,7 @@ class APIError(PingenException):
class Pingen(object):
""" Interface to pingen.com API
"""
""" Interface to the pingen.com API """
def __init__(self, token, staging=True):
self._token = token