##// END OF EJS Templates
Refactored post view, added a hint of how to add new tags to favorites
Refactored post view, added a hint of how to add new tags to favorites

File last commit:

r821:572aaa88 default
r1093:0edfd683 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()