##// END OF EJS Templates
Added tag 2.8.0 for changeset 836d8bb9fcd9
Added tag 2.8.0 for changeset 836d8bb9fcd9

File last commit:

r821:572aaa88 default
r1183:2e6e2076 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()