| Index: depot_tools_testing_lib/fake_repos.py
|
| diff --git a/tests/fake_repos.py b/depot_tools_testing_lib/fake_repos.py
|
| similarity index 99%
|
| rename from tests/fake_repos.py
|
| rename to depot_tools_testing_lib/fake_repos.py
|
| index 2828cba3f410c3552943bed49fe33be7ed9140fc..bdb1940ba30770861143e27fbf5350c4ecab48fb 100755
|
| --- a/tests/fake_repos.py
|
| +++ b/depot_tools_testing_lib/fake_repos.py
|
| @@ -18,7 +18,7 @@ import tempfile
|
| import time
|
|
|
| # trial_dir must be first for non-system libraries.
|
| -from tests import trial_dir
|
| +from depot_tools_testing_lib import trial_dir
|
| import gclient_utils
|
| import scm
|
| import subprocess2
|
|
|