Skip to content

Commit

Permalink
remove resolution action from StaticImageResource (workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiso committed Mar 20, 2013
1 parent 8149088 commit 4c40065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weboot/resources/static.py
Expand Up @@ -16,6 +16,7 @@ def __init__(self, request, path=None):
self.type = None
if path:
_, _, self.type = path.rpartition(".")
self.actions.pop("!resolution", None)

@property
def source(self):
Expand Down

0 comments on commit 4c40065

Please sign in to comment.