Chromium Code Reviews| Index: slave/skia_slave_scripts/run_bench.py |
| diff --git a/slave/skia_slave_scripts/run_bench.py b/slave/skia_slave_scripts/run_bench.py |
| index 46d923a8f2ba31eba40b7eaf2c05ab34161fc1a2..8fac762be75f9cf6cd60a4494d3f04dad5c00988 100644 |
| --- a/slave/skia_slave_scripts/run_bench.py |
| +++ b/slave/skia_slave_scripts/run_bench.py |
| @@ -10,7 +10,7 @@ import sys |
| from build_step import BuildStep |
| from utils import gclient_utils |
| -from utils import misc |
| +from utils import misc # Looks like this is removable? |
|
benchen
2014/05/29 22:20:09
Yes, it seems unused. Please remove. Thanks.
kelvinly
2014/05/30 00:44:51
Done.
|
| GIT = 'git.bat' if os.name == 'nt' else 'git' |
| GIT_SVN_ID_MATCH_STR = r'git-svn-id: http://skia.googlecode.com/svn/trunk@(\d+)' |