mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 22:06:53 +08:00
Pure refactor: the conf walker now lives at ``lib/galaxy/tool_source_store/discover.py`` and is importable via ``from galaxy.tool_source_store.discover import discover_tools``. No sys.path injection needed for in-process callers (cold-start auto-populate, shed-install reroute, test driver in upcoming commits). ``populate_store.py`` updates its two import sites; behaviour unchanged.