##// END OF EJS Templates
Check for shared worker support before enabling them
Check for shared worker support before enabling them

File last commit:

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