diff options
author | Tom Turney <tturney@google.com> | 2016-07-14 18:12:45 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-07-14 18:12:45 +0000 |
commit | 32c64055e64c09a6633761d1bbedb9a9b7b4e7d1 (patch) | |
tree | 86479c57a334b8d16c6cdc045ae80a1fe399d41a | |
parent | 51cf8204420df7f993583417892c556ccc2ee9db (diff) | |
parent | 4ebc13f64239a097d49873151ff3c9ebdc6136de (diff) | |
download | platform_tools_test_connectivity-n-iot-preview-2.tar.gz platform_tools_test_connectivity-n-iot-preview-2.tar.bz2 platform_tools_test_connectivity-n-iot-preview-2.zip |
Merge "Remove instances of authorship"android-wear-7.1.1_r1android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2
-rw-r--r-- | acts/framework/acts/asserts.py | 2 | ||||
-rwxr-xr-x | acts/framework/acts/bin/monsoon.py | 3 | ||||
-rw-r--r-- | acts/framework/acts/controllers/monsoon.py | 2 | ||||
-rw-r--r-- | acts/framework/acts/test_runner.py | 2 | ||||
-rwxr-xr-x | acts/framework/setup.py | 2 | ||||
-rwxr-xr-x | acts/framework/tests/IntegrationTest.py | 2 | ||||
-rwxr-xr-x | acts/framework/tests/acts_android_device_test.py | 2 | ||||
-rwxr-xr-x | acts/framework/tests/acts_sl4a_client_test.py | 2 | ||||
-rwxr-xr-x | acts/framework/tests/acts_test_runner_test.py | 3 | ||||
-rwxr-xr-x | acts/tests/google/wifi/WifiPowerTest.py | 2 |
10 files changed, 0 insertions, 22 deletions
diff --git a/acts/framework/acts/asserts.py b/acts/framework/acts/asserts.py index b1d63143b5..0cdd45ef87 100644 --- a/acts/framework/acts/asserts.py +++ b/acts/framework/acts/asserts.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - import re import unittest diff --git a/acts/framework/acts/bin/monsoon.py b/acts/framework/acts/bin/monsoon.py index 2c57b18495..be4d6e8e1f 100755 --- a/acts/framework/acts/bin/monsoon.py +++ b/acts/framework/acts/bin/monsoon.py @@ -18,9 +18,6 @@ (http://msoon.com/LabEquipment/PowerMonitor/). """ -_Python3_author_ = 'angli@google.com (Ang Li)' -_author_ = 'kens@google.com (Ken Shirriff)' - import argparse import sys import time diff --git a/acts/framework/acts/controllers/monsoon.py b/acts/framework/acts/controllers/monsoon.py index 301d441fae..8ffb929c79 100644 --- a/acts/framework/acts/controllers/monsoon.py +++ b/acts/framework/acts/controllers/monsoon.py @@ -18,8 +18,6 @@ Based on the original py2 script of kens@google.com """ -__author__ = 'angli@google.com (Ang Li)' - import fcntl import logging import os diff --git a/acts/framework/acts/test_runner.py b/acts/framework/acts/test_runner.py index f4a4e02862..058f33f30f 100644 --- a/acts/framework/acts/test_runner.py +++ b/acts/framework/acts/test_runner.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from future import standard_library standard_library.install_aliases() diff --git a/acts/framework/setup.py b/acts/framework/setup.py index 4de5fd036d..e52ba75914 100755 --- a/acts/framework/setup.py +++ b/acts/framework/setup.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from setuptools import setup from setuptools import find_packages from setuptools.command.test import test as TestCommand diff --git a/acts/framework/tests/IntegrationTest.py b/acts/framework/tests/IntegrationTest.py index 59319c3f84..179c153a9b 100755 --- a/acts/framework/tests/IntegrationTest.py +++ b/acts/framework/tests/IntegrationTest.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - from acts import asserts from acts import base_test diff --git a/acts/framework/tests/acts_android_device_test.py b/acts/framework/tests/acts_android_device_test.py index 2ae47a6060..dc30f1406d 100755 --- a/acts/framework/tests/acts_android_device_test.py +++ b/acts/framework/tests/acts_android_device_test.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = "angli@google.com (Ang Li)" - import logging import mock import os diff --git a/acts/framework/tests/acts_sl4a_client_test.py b/acts/framework/tests/acts_sl4a_client_test.py index 830e2e26f5..b76c728271 100755 --- a/acts/framework/tests/acts_sl4a_client_test.py +++ b/acts/framework/tests/acts_sl4a_client_test.py @@ -15,8 +15,6 @@ # limitations under the License. -__author__ = 'angli@google.com (Ang Li)' - from builtins import str diff --git a/acts/framework/tests/acts_test_runner_test.py b/acts/framework/tests/acts_test_runner_test.py index 210470d9bb..3af44207d3 100755 --- a/acts/framework/tests/acts_test_runner_test.py +++ b/acts/framework/tests/acts_test_runner_test.py @@ -14,9 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - -__author__ = "angli@google.com (Ang Li)" - import mock import shutil import tempfile diff --git a/acts/tests/google/wifi/WifiPowerTest.py b/acts/tests/google/wifi/WifiPowerTest.py index a9f7cf7623..efc95bc05f 100755 --- a/acts/tests/google/wifi/WifiPowerTest.py +++ b/acts/tests/google/wifi/WifiPowerTest.py @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = 'angli@google.com (Ang Li)' - import os import threading import time |