Skip to content

Commit

Permalink
revert eof
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfharing committed Feb 12, 2014
1 parent f8445b3 commit 2d9785f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boto/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,4 +517,4 @@ def __repr__(self):
return 'PleaseRetryException("%s", %s)' % (
self.message,
self.response
)
)
2 changes: 1 addition & 1 deletion boto/glacier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def connect_to_region(region_name, **kw_params):
for region in regions():
if region.name == region_name:
return region.connect(**kw_params)
return None
return None

0 comments on commit 2d9785f

Please sign in to comment.