summaryrefslogtreecommitdiff
path: root/repoze/bfg/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/request.py')
-rw-r--r--repoze/bfg/request.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/repoze/bfg/request.py b/repoze/bfg/request.py
index d25e93ef0..131c786ca 100644
--- a/repoze/bfg/request.py
+++ b/repoze/bfg/request.py
@@ -93,8 +93,3 @@ deprecated('get_request',
'deprecated. Use ``from repoze.bfg.threadlocal import '
'get_current_request instead.')
-class FakeRequest(dict):
- def __init__(self, environ):
- self.environ = environ
- self.update(environ)
-