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',