##// END OF EJS Templates
Added tag 2.8.2 for changeset 4a5bec08ccfb
Added tag 2.8.2 for changeset 4a5bec08ccfb

File last commit:

r821:572aaa88 default
r1220:f80af42c 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()