Chromium Code Reviews| Index: recipes.py |
| diff --git a/recipes.py b/recipes.py |
| index 88a7ac68b4d5fd957b71bb890422a187f3438b9b..856219ad5accf8cf30ec34660a377738d1948fce 100755 |
| --- a/recipes.py |
| +++ b/recipes.py |
| @@ -24,7 +24,7 @@ sys.path.insert(0, ROOT_DIR) |
| from recipe_engine import env |
| from recipe_engine import arguments_pb2 |
| from google.protobuf import json_format as jsonpb |
| -from google.protobuf import text_format as textpb |
| + |
| def get_package_config(args): |
| from recipe_engine import package |