server/repository.py
changeset 8694 d901c36bcfce
parent 8672 e8afecc3b576
child 8695 358d8bed9626
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    24 * brings these classes all together to provide a single access
    24 * brings these classes all together to provide a single access
    25   point to a cubicweb instance.
    25   point to a cubicweb instance.
    26 * handles session management
    26 * handles session management
    27 * provides method for pyro registration, to call if pyro is enabled
    27 * provides method for pyro registration, to call if pyro is enabled
    28 """
    28 """
    29 
       
    30 from __future__ import with_statement
       
    31 
       
    32 __docformat__ = "restructuredtext en"
    29 __docformat__ = "restructuredtext en"
    33 
    30 
    34 import sys
    31 import sys
    35 import threading
    32 import threading
    36 import Queue
    33 import Queue