Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: slave/skia_slave_scripts/generate_doxygen.py

Issue 344183004: Use new common utils where possible. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
« no previous file with comments | « slave/skia_slave_scripts/flavor_utils/xsan_build_step_utils.py ('k') | slave/skia_slave_scripts/merge_into_android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698