##// END OF EJS Templates
remove whoosh from requirements.txt
remove whoosh from requirements.txt

File last commit:

r821:572aaa88 default
r1214:5dc4a3a5 default
Show More
mocks.py
4 lines | 125 B | text/x-python | PythonLexer
class MockRequest:
def __init__(self):
self.session = dict()
self.GET = dict()
self.POST = dict()