Skip to content

Commit

Permalink
Fixed SQS region imports too
Browse files Browse the repository at this point in the history
  • Loading branch information
kopertop committed Apr 13, 2011
1 parent fd00061 commit f317557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/sqs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def regions():
SQSRegionInfo(name='us-west-1',
endpoint='us-west-1.queue.amazonaws.com'),
SQSRegionInfo(name='ap-northeast-1',
endpoint='ap-northeast-1.queue.amazonaws.com')
endpoint='ap-northeast-1.queue.amazonaws.com'),
SQSRegionInfo(name='ap-southeast-1',
endpoint='ap-southeast-1.queue.amazonaws.com')
]
Expand Down

0 comments on commit f317557

Please sign in to comment.