vregistry.py
changeset 1977 606923dff11b
parent 1943 fb557b616c80
child 2025 010a4b0fe855
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    13   a vobject class has been found, an instance of this class is
    13   a vobject class has been found, an instance of this class is
    14   returned. The selector is instantiated at vobject registration
    14   returned. The selector is instantiated at vobject registration
    15 
    15 
    16 
    16 
    17 :organization: Logilab
    17 :organization: Logilab
    18 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    18 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    19 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    19 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    20 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    20 """
    21 """
    21 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    22 
    23 
    23 import sys
    24 import sys
    24 from os import listdir, stat
    25 from os import listdir, stat