From 77ef7adab7dedb130c7fb64badf4015c029a4ce2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Sep 2011 18:36:32 -0400 Subject: unused hook point --- pyramid/static.py | 2 -- 1 file changed, 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 -- cgit v1.2.3