depot_tools: Move six to depot_tools' .vpython
Bug: 984182
Change-Id: I34a242c8607624beb0f06a27c563e413dec99790
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717492
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Michael Moss <mmoss@chromium.org>
diff --git a/upload_metrics.py b/upload_metrics.py
index 41fd193..e498704 100644
--- a/upload_metrics.py
+++ b/upload_metrics.py
@@ -1,12 +1,12 @@
-#!/usr/bin/env python
+#!/usr/bin/env vpython
# Copyright (c) 2018 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.
import sys
-from third_party.six.moves import urllib
-from third_party.six.moves import input # pylint: disable=redefined-builtin
+from six.moves import urllib
+from six.moves import input # pylint: disable=redefined-builtin
import metrics_utils