vregistry.py
branchstable
changeset 5693 8af6623f3d4e
parent 5651 95f7285e85e2
child 5696 98d390c28edb
child 5748 487ab6ac90cc
equal deleted inserted replaced
5692:59ceed788bdb 5693:8af6623f3d4e
    27 * the selection procedure has been generalized by delegating to a
    27 * the selection procedure has been generalized by delegating to a
    28   selector, which is responsible to score the appobject according to the
    28   selector, which is responsible to score the appobject according to the
    29   current state (req, rset, row, col). At the end of the selection, if
    29   current state (req, rset, row, col). At the end of the selection, if
    30   a appobject class has been found, an instance of this class is
    30   a appobject class has been found, an instance of this class is
    31   returned. The selector is instantiated at appobject registration
    31   returned. The selector is instantiated at appobject registration
    32 
       
    33 
       
    34 """
    32 """
       
    33 
    35 __docformat__ = "restructuredtext en"
    34 __docformat__ = "restructuredtext en"
    36 
    35 
    37 import sys
    36 import sys
    38 from os import listdir, stat
    37 from os import listdir, stat
    39 from os.path import dirname, join, realpath, isdir, exists
    38 from os.path import dirname, join, realpath, isdir, exists