Chromium Code Reviews| Index: recipe_engine/depgraph.py |
| diff --git a/recipe_engine/depgraph.py b/recipe_engine/depgraph.py |
| index 91a1f2ffb0d06d18036d55a54d80fa67d8b02622..4ea1f15a5899d3dfab526defda85c574a0462a9e 100644 |
| --- a/recipe_engine/depgraph.py |
| +++ b/recipe_engine/depgraph.py |
| @@ -4,11 +4,14 @@ |
| from __future__ import print_function |
| -import argparse |
| import sys |
| from . import loader |
| +from . import env |
| + |
| +import argparse # this is vendored |
| + |
| _GRAPH_HEADER = """strict digraph { |
| concentrate = true; |