vregistry.py
changeset 5696 98d390c28edb
parent 5655 ef903fff826d
parent 5693 8af6623f3d4e
child 5752 b0bb553e3be4
equal deleted inserted replaced
5694:ce2c108a9595 5696:98d390c28edb
    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