| Index: build/android/pylib/screenshot.py
 | 
| diff --git a/build/android/pylib/screenshot.py b/build/android/pylib/screenshot.py
 | 
| index 7fac54a27d7e690b97ae06516a593e7ed913d7f2..e2734eb2bdd577151b93807d02e50c7ca2eed2f1 100644
 | 
| --- a/build/android/pylib/screenshot.py
 | 
| +++ b/build/android/pylib/screenshot.py
 | 
| @@ -6,11 +6,12 @@ import os
 | 
|  import tempfile
 | 
|  import time
 | 
|  
 | 
| -from pylib import cmd_helper
 | 
| +import android_commands
 | 
| +import cmd_helper
 | 
|  
 | 
|  
 | 
|  def _GetTimestamp():
 | 
| -  return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
 | 
| + return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
 | 
|  
 | 
|  
 | 
|  def _EnsureHostDirectory(host_file):
 | 
| 
 |