Commit e30560c8 authored by aiolos's avatar aiolos Committed by Commit bot

Move find_dependencies and related files to internal/

BUG=498040

Review URL: https://codereview.chromium.org/1174743002

Cr-Commit-Position: refs/heads/master@{#333662}
parent 24f44929
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
from telemetry.util import find_dependencies from telemetry.internal.util import find_dependencies
if __name__ == '__main__': if __name__ == '__main__':
......
# Copyright 2014 The Chromium Authors. All rights reserved. # Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
# Copyright 2015 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.
...@@ -15,9 +15,9 @@ from catapult_base import cloud_storage ...@@ -15,9 +15,9 @@ from catapult_base import cloud_storage
from telemetry import benchmark from telemetry import benchmark
from telemetry.core import command_line from telemetry.core import command_line
from telemetry.core import discover from telemetry.core import discover
from telemetry.util import bootstrap from telemetry.internal.util import bootstrap
from telemetry.internal.util import path_set
from telemetry.util import path from telemetry.util import path
from telemetry.util import path_set
DEPS_FILE = 'bootstrap_deps' DEPS_FILE = 'bootstrap_deps'
......
...@@ -13,7 +13,7 @@ import unittest ...@@ -13,7 +13,7 @@ import unittest
import zipfile import zipfile
from catapult_base import cloud_storage from catapult_base import cloud_storage
from telemetry.util import find_dependencies from telemetry.internal.util import find_dependencies
class FindDependenciesTest(unittest.TestCase): class FindDependenciesTest(unittest.TestCase):
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
import os import os
import unittest import unittest
from telemetry.util import path_set from telemetry.internal.util import path_set
class PathSetTest(unittest.TestCase): class PathSetTest(unittest.TestCase):
......
...@@ -6,8 +6,8 @@ import json ...@@ -6,8 +6,8 @@ import json
import os import os
import unittest import unittest
from telemetry.internal.util import find_dependencies
from telemetry.util import path from telemetry.util import path
from telemetry.util import find_dependencies
_TELEMETRY_DEPS_PATH = os.path.join( _TELEMETRY_DEPS_PATH = os.path.join(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment