aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/vars/__init__.py')
-rw-r--r--infra/bots/recipe_modules/vars/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/infra/bots/recipe_modules/vars/__init__.py b/infra/bots/recipe_modules/vars/__init__.py
deleted file mode 100644
index e74431efac..0000000000
--- a/infra/bots/recipe_modules/vars/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-DEPS = [
- 'builder_name_schema',
- 'recipe_engine/json',
- 'recipe_engine/path',
- 'recipe_engine/properties',
- 'recipe_engine/python',
- 'recipe_engine/raw_io',
- 'recipe_engine/step',
-]