aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc/libs/generate_licenses_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools_webrtc/libs/generate_licenses_test.py')
-rwxr-xr-xtools_webrtc/libs/generate_licenses_test.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools_webrtc/libs/generate_licenses_test.py b/tools_webrtc/libs/generate_licenses_test.py
index 03f14459c2..fa05eaa12f 100755
--- a/tools_webrtc/libs/generate_licenses_test.py
+++ b/tools_webrtc/libs/generate_licenses_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env vpython
# pylint: disable=relative-import,protected-access,unused-argument
# Copyright 2017 The WebRTC project authors. All Rights Reserved.
@@ -9,13 +9,6 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-import os
-import sys
-
-SRC = os.path.abspath(
- os.path.join(os.path.dirname((__file__)), os.pardir, os.pardir))
-sys.path.append(os.path.join(SRC, 'third_party', 'pymock'))
-
import unittest
import mock