Fixes for py26 and py33.
This commit is contained in:
parent
da15fb711d
commit
38a4734f95
2 changed files with 2 additions and 2 deletions
|
|
@ -16,4 +16,4 @@ class ResourceNotFoundError(BadRequest):
|
|||
class StreamNotFoundError(ResourceNotFoundError):
|
||||
def __init__(self, stream_name):
|
||||
super(StreamNotFoundError, self).__init__(
|
||||
'Stream {} under account 123456789012 not found.'.format(stream_name))
|
||||
'Stream {0} under account 123456789012 not found.'.format(stream_name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue