Chromium Code Reviews| Index: compiler/generate_source_list.py |
| diff --git a/compiler/generate_source_list.py b/compiler/generate_source_list.py |
| index 02a48bedf5f490b753bf0d355915bfa5af94e7d8..df7e029973128d31284d0aca4b107df0d7129ef4 100644 |
| --- a/compiler/generate_source_list.py |
| +++ b/compiler/generate_source_list.py |
| @@ -3,6 +3,7 @@ |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| +from __future__ import with_statement |
| import StringIO |
| import os |
| import sys |