server/session.py
changeset 10366 38c7598b5c61
parent 10364 8b35a898b334
child 10435 5b33ca2c61e0
equal deleted inserted replaced
10365:21461f80f348 10366:38c7598b5c61
   243 
   243 
   244       :attr:`read_security` and :attr:`write_security`, boolean flags telling if
   244       :attr:`read_security` and :attr:`write_security`, boolean flags telling if
   245       read/write security is currently activated.
   245       read/write security is currently activated.
   246 
   246 
   247     """
   247     """
   248     mode = 'write'
       
   249     is_request = False
   248     is_request = False
   250     hooks_in_progress = False
   249     hooks_in_progress = False
   251     is_repo_in_memory = True # bw compat
   250     is_repo_in_memory = True # bw compat
   252 
   251 
   253     def __init__(self, session):
   252     def __init__(self, session):