| Index: build/android/pylib/ports.py
|
| diff --git a/build/android/pylib/ports.py b/build/android/pylib/ports.py
|
| index 74c84c1a0c57f2c8e2b9bac982f93cb3e2ac8b2b..bae4d5ca8d10f6a47445f2d0aa1477d7962cf2de 100644
|
| --- a/build/android/pylib/ports.py
|
| +++ b/build/android/pylib/ports.py
|
| @@ -13,8 +13,8 @@ import re
|
| import socket
|
| import traceback
|
|
|
| -import cmd_helper
|
| -import constants
|
| +from pylib import cmd_helper
|
| +from pylib import constants
|
|
|
|
|
| # The following two methods are used to allocate the port source for various
|
|
|