##// END OF EJS Templates
Made "subscribe" and "hide" in tags as buttons with forms.
Made "subscribe" and "hide" in tags as buttons with forms.

File last commit:

r821:572aaa88 default
r1037:9a07761c 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()