| Index: recipe_engine/unittests/autoroll_test.py
|
| diff --git a/recipe_engine/unittests/autoroll_test.py b/recipe_engine/unittests/autoroll_test.py
|
| index 4efd4662190510b95e4cc4b27f08d1e26f4e4f35..a79737adf2eb70cae71ae9564ebd26b034eb7e67 100755
|
| --- a/recipe_engine/unittests/autoroll_test.py
|
| +++ b/recipe_engine/unittests/autoroll_test.py
|
| @@ -3,16 +3,11 @@
|
| # Use of this source code is governed under the Apache License, Version 2.0
|
| # that can be found in the LICENSE file.
|
|
|
| -import json
|
| -import os
|
| -import subprocess
|
| import sys
|
| import unittest
|
|
|
| import test_env
|
| -import mock
|
|
|
| -from recipe_engine import package
|
| from recipe_engine import autoroll
|
|
|
| class FakeCandidate(object):
|
|
|