##// END OF EJS Templates
Fixed building reflink maps that were broken when post link generator was...
Fixed building reflink maps that were broken when post link generator was moved to a pre-save stage, and there was no link yet when the reflink builder tried to get it

File last commit:

r821:572aaa88 default
r1192:cfe10bce 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()