Chromium Code Reviews| Index: compiler/generate_systemlibrary_list.py |
| diff --git a/compiler/generate_systemlibrary_list.py b/compiler/generate_systemlibrary_list.py |
| index 4a0884d3f45021cad16dc0fcb4a59f21bed4dacf..1754436296568d988e02a4a852c36dafa22e33a5 100644 |
| --- a/compiler/generate_systemlibrary_list.py |
| +++ b/compiler/generate_systemlibrary_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 |