Bug 1759030 - [gecko_taskgraph] Use 'generator.py' from upstream Taskgraph, r=releng-reviewers,jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D161057
This commit is contained in:
@@ -8,7 +8,8 @@ import six
|
||||
|
||||
|
||||
def toolchain_task_definitions():
|
||||
from gecko_taskgraph.generator import load_tasks_for_kind
|
||||
import gecko_taskgraph # noqa: triggers override of the `graph_config_schema`
|
||||
from taskgraph.generator import load_tasks_for_kind
|
||||
|
||||
# Don't import globally to allow this module being imported without
|
||||
# the taskgraph module being available (e.g. standalone js)
|
||||
|
||||
Reference in New Issue
Block a user