commit | acc3a532a6a394dfde370271ac92deed497d6b76 | [log] [tgz] |
---|---|---|
author | Mark De Ruyter <markdr@google.com> | Wed Sep 04 12:02:15 2019 -0700 |
committer | Mark De Ruyter <markdr@google.com> | Wed Sep 04 12:03:02 2019 -0700 |
tree | 80d2900c23951b42792e379dd3ef66a2a0235e8d | |
parent | 2d951eef21a5ab0ae2c38f67f6b12c647f8a1737 [diff] |
Changes blacklisted import to match new location. Bug: None Test: This upload. Change-Id: Id87e48295c5e7d688144e8a0a06cc9193499c02b
diff --git a/acts/framework/tests/acts_import_unit_test.py b/acts/framework/tests/acts_import_unit_test.py index 05737d4..b67b949 100755 --- a/acts/framework/tests/acts_import_unit_test.py +++ b/acts/framework/tests/acts_import_unit_test.py
@@ -48,7 +48,7 @@ PY_FILE_REGEX = re.compile('.+\.py$') BLACKLIST = [ - 'acts/controllers/gnssinst_lib/rohdeschwarz/contest.py', + 'acts/controllers/rohdeschwarz_lib/contest.py', 'acts/controllers/native.py', 'acts/controllers/native_android_device.py', 'acts/controllers/packet_sender.py',