summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 18:36:32 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 18:36:32 -0400
commit77ef7adab7dedb130c7fb64badf4015c029a4ce2 (patch)
tree55fb4f5fc85fa5438dd239adff9064d75a879f6e
parentc0235a45697e3498d952ea1f4ffd5a9b60f2a361 (diff)
downloadpyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.tar.gz
pyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.tar.bz2
pyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.zip
unused hook point
-rw-r--r--pyramid/static.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/static.py b/pyramid/static.py
index 3d4fb90f5..2a6dabe71 100644
--- a/pyramid/static.py
+++ b/pyramid/static.py
@@ -83,8 +83,6 @@ class static_view(object):
absolute, configuration will not be able to
override the assets it contains. """
- FileResponse = FileResponse # override point
-
def __init__(self, root_dir, cache_max_age=3600, package_name=None,
use_subpath=False, index='index.html'):
# package_name is for bw compat; it is preferred to pass in a