patman: Move to absolute imports
[platform/kernel/u-boot.git] / tools / patman / command.py
index 5fbd2c4..e67ac15 100644 (file)
@@ -3,8 +3,9 @@
 #
 
 import os
-import cros_subprocess
-import tools
+
+from patman import cros_subprocess
+from patman import tools
 
 """Shell command ease-ups for Python."""