Skip to content

Commit

Permalink
Added VIM default settings to Config.py, MultiPart.py
Browse files Browse the repository at this point in the history
vim:et:ts=4:sts=4:ai
  • Loading branch information
mludvig committed Jan 2, 2012
1 parent 731b7e0 commit 344cadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions S3/Config.py
Expand Up @@ -204,3 +204,4 @@ def dump(self, section, config):
for option in config.option_list():
self.stream.write("%s = %s\n" % (option, getattr(config, option)))

# vim:et:ts=4:sts=4:ai
2 changes: 2 additions & 0 deletions S3/MultiPart.py
Expand Up @@ -127,3 +127,5 @@ def complete_multipart_upload(self):
response = self.s3.send_request(request, body = body)

return response

# vim:et:ts=4:sts=4:ai

0 comments on commit 344cadc

Please sign in to comment.