| Index: tools/cr/cr/loader.py
|
| diff --git a/tools/cr/cr/loader.py b/tools/cr/cr/loader.py
|
| index 51dc940982dd8ce8adba7eb3ef0395cdb3969ae2..9a5aaca09827f73c9e60f7f1354b2ecba7f1de2a 100644
|
| --- a/tools/cr/cr/loader.py
|
| +++ b/tools/cr/cr/loader.py
|
| @@ -109,6 +109,7 @@ def Scan():
|
| # Try this one again, if progress was made on a possible dependency
|
| remains.append(name)
|
| if remains:
|
| + print "Cannot load all of", remains
|
| # There are modules that won't import in any order.
|
| # Print all the errors as we can't determine root cause.
|
| for name in remains:
|
|
|