modified mobly package name

Test: run vts-p2p
Change-Id: Ida03f8f7a7297c7545010e255ac13f93dc27eec9
diff --git a/ble/Ble.py b/ble/Ble.py
index e2925fd..bfa6295 100644
--- a/ble/Ble.py
+++ b/ble/Ble.py
@@ -16,7 +16,7 @@
 
 from vts.runners.host import test_runner
 
-from vts.testcases.template.mobly_test import MoblyTest
+from vts.testcases.template.mobly.mobly_test import MoblyTest
 from vts.testcases.nbu.src.ble_test import BleTest
 
 
diff --git a/bluetooth/Bluetooth.py b/bluetooth/Bluetooth.py
index c47833e..2b094ae 100644
--- a/bluetooth/Bluetooth.py
+++ b/bluetooth/Bluetooth.py
@@ -16,7 +16,7 @@
 
 from vts.runners.host import test_runner
 
-from vts.testcases.template.mobly_test import MoblyTest
+from vts.testcases.template.mobly.mobly_test import MoblyTest
 from vts.testcases.nbu.src.bluetooth_test import BluetoothTest