Revision 3329f4de lib/backend.py

b/lib/backend.py
2168 2168
  @type top_dirs: list
2169 2169
  @param top_dirs: the list of directories in which to
2170 2170
      search (if not given defaults to
2171
      L{constants.OS_SEARCH_PATH})
2171
      L{pathutils.OS_SEARCH_PATH})
2172 2172
  @rtype: list of L{objects.OS}
2173 2173
  @return: a list of tuples (name, path, status, diagnose, variants,
2174 2174
      parameters, api_version) for all (potential) OSes under all
......
3538 3538

  
3539 3539
    @type hooks_base_dir: str or None
3540 3540
    @param hooks_base_dir: if not None, this overrides the
3541
        L{constants.HOOKS_BASE_DIR} (useful for unittests)
3541
        L{pathutils.HOOKS_BASE_DIR} (useful for unittests)
3542 3542

  
3543 3543
    """
3544 3544
    if hooks_base_dir is None:

Also available in: Unified diff