mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Patch of bottle.py for Python 2.6
This commit is contained in:
2
thirdparty/bottle/bottle.py
vendored
2
thirdparty/bottle/bottle.py
vendored
@@ -669,7 +669,7 @@ class Bottle(object):
|
||||
catchall = DictProperty('config', 'catchall')
|
||||
|
||||
__hook_names = 'before_request', 'after_request', 'app_reset', 'config'
|
||||
__hook_reversed = {'after_request'}
|
||||
__hook_reversed = set(['after_request'])
|
||||
|
||||
@cached_property
|
||||
def _hooks(self):
|
||||
|
||||
Reference in New Issue
Block a user