Add module dir to sys.path in FindPythonDependencies
commit0c3d43f5dcef4c7334c044d3ab363eb8bf883ee2
authoralexanderk <alexanderk@opera.com>
Mon, 14 Sep 2015 17:56:32 +0000 (14 10:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 17:57:46 +0000 (14 17:57 +0000)
tree0e6e4049e3295909dac636affef08ff9723245b6
parent961e401b4806ca187084a8d9210243b5985bdde6
Add module dir to sys.path in FindPythonDependencies

while loading modules using imp.load_source()

find_dependencies script was broken
after modifications done in tools/perf/run_benchmark
CL https://codereview.chromium.org/1280903003

BUG=527836

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

Cr-Commit-Position: refs/heads/master@{#348653}
tools/telemetry/telemetry/internal/util/find_dependencies.py