Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 6, 2016
1 parent bcaeb4a commit 992f73e
Show file tree
Hide file tree
Showing 24 changed files with 544 additions and 512 deletions.
417 changes: 226 additions & 191 deletions src/OFS/Image.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/OFS/ObjectManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def __getitem__(self, key):
if (request.maybe_webdav_client and
method not in ('GET', 'POST')):
return NullResource(self, key, request).__of__(self)
raise KeyError, key
raise KeyError(key)

def __setitem__(self, key, value):
return self._setObject(key, value)
Expand Down
Loading

0 comments on commit 992f73e

Please sign in to comment.