summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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