##// END OF EJS Templates
Create tripcode view in the tripcode class instead of template
Create tripcode view in the tripcode class instead of template

File last commit:

r821:572aaa88 default
r2024:98054a3f 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()