server/repository.py
changeset 479 ac5c9442b1fd
parent 450 5e14ea0e81c8
child 594 76218d42d21f
equal deleted inserted replaced
478:49dfd0bb422c 479:ac5c9442b1fd
     9 * handles session management
     9 * handles session management
    10 * provides method for pyro registration, to call if pyro is enabled
    10 * provides method for pyro registration, to call if pyro is enabled
    11 
    11 
    12 
    12 
    13 :organization: Logilab
    13 :organization: Logilab
    14 :copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    14 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    16 """
    16 """
    17 __docformat__ = "restructuredtext en"
    17 __docformat__ = "restructuredtext en"
    18 
    18 
    19 import sys
    19 import sys