diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-06 18:36:32 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-06 18:36:32 -0400 |
| commit | 77ef7adab7dedb130c7fb64badf4015c029a4ce2 (patch) | |
| tree | 55fb4f5fc85fa5438dd239adff9064d75a879f6e | |
| parent | c0235a45697e3498d952ea1f4ffd5a9b60f2a361 (diff) | |
| download | pyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.tar.gz pyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.tar.bz2 pyramid-77ef7adab7dedb130c7fb64badf4015c029a4ce2.zip | |
unused hook point
| -rw-r--r-- | pyramid/static.py | 2 |
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 |
