patman: Move to absolute imports
[platform/kernel/u-boot.git] / tools / patman / get_maintainer.py
index 0ffb55a..473f0fe 100644 (file)
@@ -2,10 +2,11 @@
 # Copyright (c) 2012 The Chromium OS Authors.
 #
 
-import command
-import gitutil
 import os
 
+from patman import command
+from patman import gitutil
+
 def FindGetMaintainer():
     """Look for the get_maintainer.pl script.