discovering
diff --git a/sensors/deploy_sensors.py b/sensors/deploy_sensors.py
index f3bb2ba..a1091c2 100644
--- a/sensors/deploy_sensors.py
+++ b/sensors/deploy_sensors.py
@@ -2,8 +2,8 @@
 import json
 import os.path
 
-from disk_perf_test_tool.ssh_copy_directory import copy_paths
-from disk_perf_test_tool.ssh_runner import connect
+from ssh_copy_directory import copy_paths
+from ssh_runner import connect
 
 from concurrent.futures import ThreadPoolExecutor, wait