server/repository.py
changeset 1977 606923dff11b
parent 1954 9b20f3504af8
child 2101 08003e0354a7
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     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-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    14 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    15 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    16 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    16 """
    17 """
    17 __docformat__ = "restructuredtext en"
    18 __docformat__ = "restructuredtext en"
    18 
    19 
    19 import sys
    20 import sys
    20 import Queue
    21 import Queue