| Index: slave/skia_slave_scripts/generate_doxygen.py
|
| diff --git a/slave/skia_slave_scripts/generate_doxygen.py b/slave/skia_slave_scripts/generate_doxygen.py
|
| index 768bb8964cc83faba20ee024596715008b680eea..02dd65d24b226f29c3becf3eeb79208c6529d535 100755
|
| --- a/slave/skia_slave_scripts/generate_doxygen.py
|
| +++ b/slave/skia_slave_scripts/generate_doxygen.py
|
| @@ -11,7 +11,8 @@ import shutil
|
| import sys
|
|
|
| from build_step import BuildStep
|
| -from utils import file_utils, shell_utils
|
| +from utils import file_utils
|
| +from py.utils import shell_utils
|
|
|
| DOXYFILE_BASENAME = 'Doxyfile' # must match name of Doxyfile in skia root
|
| DOXYGEN_BINARY = 'doxygen'
|
|
|