##// END OF EJS Templates
Added constraint on a tag. Fixed creation of new tags
Added constraint on a tag. Fixed creation of new tags

File last commit:

r821:572aaa88 default
r2023:674c28f2 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()