equal
deleted
inserted
replaced
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 |